Skip to content

Commit 2a505cf

Browse files
authored
Register Commands from Command::class
1 parent 132633c commit 2a505cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $console = new \Aloe\Console('Leaf MVC', 'v3.5.0');
6060
| Add custom commands
6161
|
6262
*/
63-
$console->register(\App\Console\ExampleCommand::class);
63+
\App\Console\Commands::register($console);
6464

6565
/*
6666
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)