Skip to content

Commit

Permalink
🩹 Fix event stub return type (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Jul 19, 2024
1 parent fc11623 commit ec1702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/stubs/event.stub
Original file line number Diff line number Diff line change
Expand Up @@ -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!');
}
Expand Down

0 comments on commit ec1702b

Please sign in to comment.