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 196eee4 commit 6ce4dddCopy full SHA for 6ce4ddd
.php/Config/App.php
@@ -43,5 +43,5 @@
43
44
//Onm Cli mode
45
if (php_sapi_name() === 'cli') {
46
- return new Lib\Cli\Main($argv);
+ return new Devbr\Cli\Main($argv);
47
}
0 commit comments