Skip to content

Commit

Permalink
Fix command name on laravel kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Oct 7, 2023
1 parent f5f62b4 commit 44a66fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/laravel-kernels/kernel.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
* @var array
*/
protected $commands = [
\Junges\Kafka\Console\Commands\KafkaConsumerCommand::class
\Junges\Kafka\Console\Commands\ConsumerCommand::class
];

/**
Expand Down

0 comments on commit 44a66fe

Please sign in to comment.