Skip to content

Commit 2c38abe

Browse files
committed
cli router bugs fixes
1 parent 0d82ada commit 2c38abe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Cli/Router.php

+9-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,13 @@
2121
*/
2222
class Router extends \O2System\Kernel\Cli\Router
2323
{
24-
24+
/**
25+
* Router::__construct
26+
*/
27+
public function __construct()
28+
{
29+
parent::__construct();
30+
31+
$this->addFilePath(PATH_FRAMEWORK);
32+
}
2533
}

0 commit comments

Comments
 (0)