Skip to content

Commit

Permalink
fixed updates
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 13, 2017
1 parent 54532e9 commit 8f3e11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
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.
Expand Down
2 changes: 2 additions & 0 deletions app/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8f3e11c

Please sign in to comment.