Update listener added to event

This commit is contained in:
EnesSacid-Buker 2023-03-03 10:27:39 +03:00
parent 43c4a7b096
commit a9d8d09f3d
No known key found for this signature in database
GPG Key ID: 13B101B7922E1730
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class Version3013 extends Listener
foreach ($types as $type => $translations) {
DB::table('categories')->whereIn('type', $translations)->update(['type' => $type]);
}
});
Log::channel('stdout')->info('Done!');

View File

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