diff --git a/src/Console/Commands/stubs/event.stub b/src/Console/Commands/stubs/event.stub index 7d11bf9..0f03934 100644 --- a/src/Console/Commands/stubs/event.stub +++ b/src/Console/Commands/stubs/event.stub @@ -17,7 +17,7 @@ class {{ class }} extends Event /** * Handle the event. */ - public function handle({{ attributes }}): mixed + public function handle({{ attributes }}) { $this->console()->log('The {{ eventName }} event has fired!'); }