for migrate 1.2.9

This commit is contained in:
cuneytsenturk 2018-06-27 19:58:27 +03:00
parent 68576ffeeb
commit ebe461b5e1
2 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@ namespace App\Listeners\Updates;
use App\Events\UpdateFinished;
use Artisan;
class Version128 extends Listener
class Version129 extends Listener
{
const ALIAS = 'core';
const VERSION = '1.2.8';
const VERSION = '1.2.9';
/**
* Handle the event.

View File

@ -25,7 +25,7 @@ class EventServiceProvider extends ServiceProvider
'App\Listeners\Updates\Version120',
'App\Listeners\Updates\Version126',
'App\Listeners\Updates\Version127',
'App\Listeners\Updates\Version128',
'App\Listeners\Updates\Version129',
],
'Illuminate\Auth\Events\Login' => [
'App\Listeners\Auth\Login',