Added missing migration from 2.1.12

This commit is contained in:
Burak Çakırel
2021-06-02 17:43:38 +03:00
parent 703b4890cc
commit 3b8e999223
3 changed files with 57 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ class Event extends Provider
'App\Listeners\Update\V21\Version219',
'App\Listeners\Update\V21\Version2112',
'App\Listeners\Update\V21\Version2114',
'App\Listeners\Update\V21\Version2116',
],
'Illuminate\Auth\Events\Login' => [
'App\Listeners\Auth\Login',