Skip to content

Commit

Permalink
Rollback hidden commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 24, 2024
1 parent 3887503 commit 574be4a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Kernel.php
Expand Up @@ -58,23 +58,7 @@ class Kernel extends BaseKernel
* @var string[]
*/
protected $hiddenCommands = [
\NunoMaduro\LaravelConsoleSummary\SummaryCommand::class,
\Symfony\Component\Console\Command\DumpCompletionCommand::class,
\Symfony\Component\Console\Command\HelpCommand::class,
\Illuminate\Console\Scheduling\ScheduleRunCommand::class,
\Illuminate\Console\Scheduling\ScheduleListCommand::class,
\Illuminate\Console\Scheduling\ScheduleFinishCommand::class,
\Illuminate\Foundation\Console\VendorPublishCommand::class,
\LaravelZero\Framework\Commands\StubPublishCommand::class,

// ...
Commands\BuildCommand::class,
Commands\RenameCommand::class,
Commands\MakeCommand::class,
Commands\InstallCommand::class,
Commands\StubPublishCommand::class,
Commands\TestMakeCommand::class,
TestCommand::class,
];

/**
Expand Down

0 comments on commit 574be4a

Please sign in to comment.