Skip to content

Commit

Permalink
Re-add db:seed Artisan command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Thomson committed Feb 13, 2020
1 parent ff03ccb commit 9bc0227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Foundation/Providers/ArtisanServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class ArtisanServiceProvider extends ArtisanServiceProviderBase
'RouteList' => 'command.route.list',
'ScheduleFinish' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class,
'ScheduleRun' => \Illuminate\Console\Scheduling\ScheduleRunCommand::class,
'Seed' => 'command.seed',
'StorageLink' => 'command.storage.link',
'Up' => 'command.up',
'ViewClear' => 'command.view.clear',
Expand Down

0 comments on commit 9bc0227

Please sign in to comment.