Skip to content

Commit f1a21b3

Browse files
authored
Add return to console command stub (#33423)
1 parent cd43d59 commit f1a21b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/stubs/console.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ class {{ class }} extends Command
3737
*/
3838
public function handle()
3939
{
40-
//
40+
return 0;
4141
}
4242
}

0 commit comments

Comments
 (0)