Skip to content

Commit

Permalink
mistake in error string
Browse files Browse the repository at this point in the history
  • Loading branch information
david-d-h committed May 9, 2024
1 parent 1387ef0 commit 3df58ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/UpdateStaticCacheCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function handle(): int
$class = $this->argument('cache');

if (count($class::getListenerEvents()) != 0) {
$this->error('The ['.$class.'] is not static, and needs and expects an event object.');
$this->error('The ['.$class.'] is not static, and expects an event object.');

return Command::FAILURE;
}
Expand Down

0 comments on commit 3df58ee

Please sign in to comment.