fixed updates

This commit is contained in:
denisdulici 2017-12-13 18:23:04 +03:00
parent 54532e934c
commit 8f3e11cf04
2 changed files with 4 additions and 2 deletions

View File

@ -6,11 +6,11 @@ use App\Events\UpdateFinished;
use App\Models\Company\Company;
use DotenvEditor;
class Version111 extends Listener
class Version112 extends Listener
{
const ALIAS = 'core';
const VERSION = '1.1.1';
const VERSION = '1.1.2';
/**
* Handle the event.

View File

@ -19,6 +19,8 @@ class EventServiceProvider extends ServiceProvider
'App\Listeners\Updates\Version108',
'App\Listeners\Updates\Version109',
'App\Listeners\Updates\Version110',
'App\Listeners\Updates\Version112',
'App\Listeners\Updates\Version113',
],
'Illuminate\Auth\Events\Login' => [
'App\Listeners\Auth\Login',