Skip to content

Commit

Permalink
Merge pull request #490 from PH7-Jack/patch-1
Browse files Browse the repository at this point in the history
update command name to match class name
  • Loading branch information
sebastiandedeyne authored Oct 14, 2024
2 parents 29995fc + 2fd49ff commit eebf9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventSourcingServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function packageBooted(): void
if (method_exists($this, 'optimizes')) {
$this->optimizes(
optimize: 'event-sourcing:cache-event-handlers',
clear: 'event-sourcing:clear-cached-event-handlers',
clear: 'event-sourcing:clear-event-handlers',
key: 'laravel-event-sourcing',
);
}
Expand Down

0 comments on commit eebf9d1

Please sign in to comment.