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.
1 parent f1df5c5 commit 84095f2Copy full SHA for 84095f2
src/Console.php
@@ -67,7 +67,7 @@ public function loadCommandsFromClass($className)
67
* @param string $namespace
68
* @throws \Exception
69
*/
70
- public function loadRoutesFromPath($fromPath, $namespace = '')
+ public function loadCommandsFromPath($fromPath, $namespace = '')
71
{
72
$dir = @dir($fromPath) or abort("dir $fromPath not exist");
73
0 commit comments