Skip to content

Commit f15b9ae

Browse files
Fixed typo in PruneCommand
1 parent 4b16b78 commit f15b9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ArtisanServiceProvider extends ServiceProvider implements DeferrableProvid
9696
'ConfigCache' => ConfigCacheCommand::class,
9797
'ConfigClear' => ConfigClearCommand::class,
9898
'Db' => DbCommand::class,
99-
'DbPrune' => Prune::class,
99+
'DbPrune' => PruneCommand::class,
100100
'DbWipe' => WipeCommand::class,
101101
'Down' => DownCommand::class,
102102
'Environment' => EnvironmentCommand::class,

0 commit comments

Comments
 (0)