Skip to content

Commit 1891e20

Browse files
update console stub to use constant over magic number (#44313)
1 parent fda6a67 commit 1891e20

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
@@ -27,6 +27,6 @@ class {{ class }} extends Command
2727
*/
2828
public function handle()
2929
{
30-
return 0;
30+
return Command::SUCCESS;
3131
}
3232
}

0 commit comments

Comments
 (0)