Skip to content

Commit

Permalink
added missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Feb 25, 2021
1 parent 2c69e27 commit d4b82b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Providers/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Console extends ServiceProvider
*/
protected $commands = [
Commands\CommandMakeCommand::class,
Commands\ComponentMakeCommand::class,
Commands\ControllerMakeCommand::class,
Commands\DeleteCommand::class,
Commands\DisableCommand::class,
Expand Down

0 comments on commit d4b82b8

Please sign in to comment.