Skip to content

Commit aab3680

Browse files
committed
Rename
1 parent 7742f24 commit aab3680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Statamic\Facades\Addon;
99
use Statamic\Statamic;
1010

11-
class DebugCommand extends Command
11+
class SupportDetails extends Command
1212
{
1313
use RunsInPlease;
1414

src/Providers/ConsoleServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)