fixed updates
This commit is contained in:
parent
54532e934c
commit
8f3e11cf04
@ -6,11 +6,11 @@ use App\Events\UpdateFinished;
|
|||||||
use App\Models\Company\Company;
|
use App\Models\Company\Company;
|
||||||
use DotenvEditor;
|
use DotenvEditor;
|
||||||
|
|
||||||
class Version111 extends Listener
|
class Version112 extends Listener
|
||||||
{
|
{
|
||||||
const ALIAS = 'core';
|
const ALIAS = 'core';
|
||||||
|
|
||||||
const VERSION = '1.1.1';
|
const VERSION = '1.1.2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle the event.
|
* Handle the event.
|
@ -19,6 +19,8 @@ class EventServiceProvider extends ServiceProvider
|
|||||||
'App\Listeners\Updates\Version108',
|
'App\Listeners\Updates\Version108',
|
||||||
'App\Listeners\Updates\Version109',
|
'App\Listeners\Updates\Version109',
|
||||||
'App\Listeners\Updates\Version110',
|
'App\Listeners\Updates\Version110',
|
||||||
|
'App\Listeners\Updates\Version112',
|
||||||
|
'App\Listeners\Updates\Version113',
|
||||||
],
|
],
|
||||||
'Illuminate\Auth\Events\Login' => [
|
'Illuminate\Auth\Events\Login' => [
|
||||||
'App\Listeners\Auth\Login',
|
'App\Listeners\Auth\Login',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user