Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Dec 28, 2023
1 parent 1c8adb8 commit b17d4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/Providers/ArtisanServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ArtisanServiceProvider extends ArtisanServiceProviderBase
// 'OptimizeClear' => OptimizeClearCommand::class,
// 'QueueClear' => QueueClearCommand::class,
// 'SchemaDump' => DumpCommand::class,
// 'ScheduleList' => ScheduleListCommand::class,
// 'ScheduleList' => \Illuminate\Console\Scheduling\ScheduleListCommand::class,
// 'ScheduleClearCache' => ScheduleClearCacheCommand::class,
// 'ScheduleTest' => ScheduleTestCommand::class,
// 'ScheduleWork' => ScheduleWorkCommand::class,
Expand Down

0 comments on commit b17d4d8

Please sign in to comment.