Skip to content

Commit 6565df9

Browse files
authored
Commands Registrar
1 parent ea6d2be commit 6565df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/console/Commands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Commands
1111
* @return void
1212
*
1313
*/
14-
public static function register($console, $scan=true): void
14+
public static function register($console): void
1515
{
1616
$console->register([
1717
ExampleCommand::class,

0 commit comments

Comments
 (0)