We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PruneCommand
1 parent 4b16b78 commit f15b9aeCopy full SHA for f15b9ae
src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php
@@ -96,7 +96,7 @@ class ArtisanServiceProvider extends ServiceProvider implements DeferrableProvid
96
'ConfigCache' => ConfigCacheCommand::class,
97
'ConfigClear' => ConfigClearCommand::class,
98
'Db' => DbCommand::class,
99
- 'DbPrune' => Prune::class,
+ 'DbPrune' => PruneCommand::class,
100
'DbWipe' => WipeCommand::class,
101
'Down' => DownCommand::class,
102
'Environment' => EnvironmentCommand::class,
0 commit comments