Skip to content

Commit

Permalink
Update src/Commands/stubs/console.stub
Browse files Browse the repository at this point in the history
remove return type

Co-authored-by: Owen Voke <development@voke.dev>
  • Loading branch information
browner12 and owenvoke committed Jan 17, 2024
1 parent 9805d86 commit 2d74e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/stubs/console.stub
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DummyClass extends Command
/**
* Execute the console command.
*/
public function handle(): void
public function handle()
{
//
}
Expand Down

0 comments on commit 2d74e82

Please sign in to comment.