Skip to content

Commit 6ce4ddd

Browse files
authored
Update App.php
1 parent 196eee4 commit 6ce4ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php/Config/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343

4444
//Onm Cli mode
4545
if (php_sapi_name() === 'cli') {
46-
return new Lib\Cli\Main($argv);
46+
return new Devbr\Cli\Main($argv);
4747
}

0 commit comments

Comments
 (0)