Added 2.1.8 update listener..

This commit is contained in:
Cüneyt Şentürk
2021-03-18 16:42:28 +03:00
parent 87e209b3f3
commit 449ec2f69b
2 changed files with 45 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class Event extends Provider
'App\Listeners\Update\V20\Version2024',
'App\Listeners\Update\V21\Version210',
'App\Listeners\Update\V21\Version213',
'App\Listeners\Update\V21\Version218',
],
'Illuminate\Auth\Events\Login' => [
'App\Listeners\Auth\Login',