diff --git a/src/Console/Commands/UpdateStaticCacheCommand.php b/src/Console/Commands/UpdateStaticCacheCommand.php index 00f4275..097891c 100644 --- a/src/Console/Commands/UpdateStaticCacheCommand.php +++ b/src/Console/Commands/UpdateStaticCacheCommand.php @@ -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; }