diff --git a/src/Console/ClearCachedEventHandlersCommand.php b/src/Console/ClearCachedEventHandlersCommand.php index 072b56a3..3754e927 100644 --- a/src/Console/ClearCachedEventHandlersCommand.php +++ b/src/Console/ClearCachedEventHandlersCommand.php @@ -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';