refs #1282 add update missing column.

This commit is contained in:
Cüneyt Şentürk
2020-02-24 17:36:04 +03:00
parent 46e2be41d7
commit f1f4d42e83
2 changed files with 68 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class Event extends Provider
'App\Events\Install\UpdateFinished' => [
'App\Listeners\Update\CreateModuleUpdatedHistory',
'App\Listeners\Update\V20\Version200',
'App\Listeners\Update\V20\Version203',
],
'Illuminate\Auth\Events\Login' => [
'App\Listeners\Auth\Login',