Skip to content

Commit

Permalink
🔧 Register the key:generate command
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Feb 8, 2024
1 parent a70bead commit f1e4d27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/LaracordServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ public function boot()
$this->commands([
Console\Commands\AdminCommand::class,
Console\Commands\BootCommand::class,
Console\Commands\ControllerMakeCommand::class,
Console\Commands\ConsoleMakeCommand::class,
Console\Commands\ControllerMakeCommand::class,
Console\Commands\EventMakeCommand::class,
Console\Commands\KeyGenerateCommand::class,
Console\Commands\MakeCommand::class,
Console\Commands\MakeSlashCommand::class,
Console\Commands\ModelMakeCommand::class,
Console\Commands\TokenMakeCommand::class,
Console\Commands\ServiceMakeCommand::class,
Console\Commands\TokenMakeCommand::class,
]);
}
}

0 comments on commit f1e4d27

Please sign in to comment.