Skip to content

Commit 84095f2

Browse files
author
caoym
committed
rename method
1 parent f1df5c5 commit 84095f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function loadCommandsFromClass($className)
6767
* @param string $namespace
6868
* @throws \Exception
6969
*/
70-
public function loadRoutesFromPath($fromPath, $namespace = '')
70+
public function loadCommandsFromPath($fromPath, $namespace = '')
7171
{
7272
$dir = @dir($fromPath) or abort("dir $fromPath not exist");
7373

0 commit comments

Comments
 (0)