added soft delete to settings table

This commit is contained in:
Denis Duliçi
2022-03-02 12:19:46 +03:00
parent ea4a968f0f
commit 3249e7b18d
12 changed files with 164 additions and 62 deletions

View File

@ -39,6 +39,7 @@ class Event extends Provider
'App\Listeners\Update\V21\Version2125',
'App\Listeners\Update\V21\Version2126',
'App\Listeners\Update\V21\Version2127',
'App\Listeners\Update\V21\Version2133',
],
'Illuminate\Auth\Events\Login' => [
'App\Listeners\Auth\Login',