change version listener file.

This commit is contained in:
cuneytsenturk 2019-04-02 17:02:43 +03:00
parent 98892187c0
commit 796625c869
2 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@ use App\Utilities\Overrider;
use Artisan;
use Date;
class Version1315 extends Listener
class Version1316 extends Listener
{
const ALIAS = 'core';
const VERSION = '1.3.15';
const VERSION = '1.3.16';
/**
* Handle the event.

View File

@ -35,7 +35,7 @@ class EventServiceProvider extends ServiceProvider
'App\Listeners\Updates\V13\Version139',
'App\Listeners\Updates\V13\Version1311',
'App\Listeners\Updates\V13\Version1313',
'App\Listeners\Updates\V13\Version1315',
'App\Listeners\Updates\V13\Version1316',
],
'Illuminate\Auth\Events\Login' => [
'App\Listeners\Auth\Login',