Skip to content

Commit

Permalink
update command name to match class name
Browse files Browse the repository at this point in the history
It will fix a problem in the EventSourcingServiceProvider:54, where the clear command is typed differently from the command signature.
  • Loading branch information
ph7jack authored Oct 11, 2024
1 parent 29995fc commit 221159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ClearCachedEventHandlersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ClearCachedEventHandlersCommand extends Command
{
protected $signature = 'event-sourcing:clear-event-handlers';
protected $signature = 'event-sourcing:clear-cached-event-handlers';

protected $description = 'Clear cached event handlers';

Expand Down

0 comments on commit 221159a

Please sign in to comment.