Update listener added to event
This commit is contained in:
parent
43c4a7b096
commit
a9d8d09f3d
@ -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!');
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user