File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88use Statamic \Facades \Addon ;
99use Statamic \Statamic ;
1010
11- class DebugCommand extends Command
11+ class SupportDetails extends Command
1212{
1313 use RunsInPlease;
1414
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ class ConsoleServiceProvider extends ServiceProvider
1212 Commands \ListCommand::class,
1313 Commands \AddonsDiscover::class,
1414 Commands \AssetsMeta::class,
15- Commands \DebugCommand::class,
1615 Commands \GlideClear::class,
1716 Commands \Install::class,
1817 Commands \MakeAction::class,
@@ -31,6 +30,7 @@ class ConsoleServiceProvider extends ServiceProvider
3130 Commands \StacheDoctor::class,
3231 Commands \StaticClear::class,
3332 // Commands\MakeUserMigration::class,
33+ Commands \SupportDetails::class,
3434 Commands \AuthMigration::class,
3535 Commands \Multisite::class,
3636 Commands \SiteClear::class,
You can’t perform that action at this time.
0 commit comments