Skip to content

Commit

Permalink
Adds ConfigPublishCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Apr 24, 2024
1 parent 73ad1e8 commit 7ef849d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Kernel.php
Expand Up @@ -20,6 +20,7 @@
use ReflectionClass;
use Symfony\Component\Console\Exception\CommandNotFoundException;
use Symfony\Component\Console\Output\OutputInterface;
use Illuminate\Foundation\Console\ConfigPublishCommand;

use function collect;
use function define;
Expand All @@ -41,6 +42,10 @@ class Kernel extends BaseKernel
Commands\InstallCommand::class,
Commands\StubPublishCommand::class,
Commands\TestMakeCommand::class,

// ...

ConfigPublishCommand::class,
];

/**
Expand Down

0 comments on commit 7ef849d

Please sign in to comment.