add update listener and migrations..

This commit is contained in:
Cüneyt Şentürk
2023-05-31 14:47:46 +03:00
parent 203eeb1885
commit d50daa3fd8
3 changed files with 97 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class Event extends Provider
'App\Listeners\Update\V30\Version309',
'App\Listeners\Update\V30\Version3013',
'App\Listeners\Update\V30\Version3014',
'App\Listeners\Update\V30\Version3015',
],
'Illuminate\Auth\Events\Login' => [
'App\Listeners\Auth\Login',