We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Command::class
1 parent 132633c commit 2a505cfCopy full SHA for 2a505cf
leaf
@@ -60,7 +60,7 @@ $console = new \Aloe\Console('Leaf MVC', 'v3.5.0');
60
| Add custom commands
61
|
62
*/
63
-$console->register(\App\Console\ExampleCommand::class);
+\App\Console\Commands::register($console);
64
65
/*
66
|--------------------------------------------------------------------------
0 commit comments