Skip to content

Commit 9ecca29

Browse files
committed
Fixing config
1 parent 8b19894 commit 9ecca29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

br/librarian

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require __DIR__ . '/../vendor/autoload.php';
1010
use Minicli\Exception\CommandNotFoundException;
1111
use Minicli\App;
1212

13-
$app = new App(null, null, __DIR__);
13+
$app = new App(require __DIR__ . '/config.php');
1414
$app->setSignature('
1515
_ ____ ____ ____ ____ ____ ____ ____ ____
1616
| | | || \ | \ / || \ | | / || \

0 commit comments

Comments
 (0)