Skip to content

Commit

Permalink
add ability to override handle method
Browse files Browse the repository at this point in the history
  • Loading branch information
androzd committed Dec 21, 2020
1 parent 0a9452d commit ea65569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/BaseConsumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

abstract class BaseConsumer extends Command
{
public final function handle()
public function handle()
{
$nsq = resolve(NsqConsumerContract::class);

Expand Down

0 comments on commit ea65569

Please sign in to comment.