Clean-ups
Left overs to clean and changes from discussion. Fixed config path finding
This commit is contained in:
@@ -16,7 +16,5 @@ includeIfExists(getcwd() . '/vendor/autoload.php') ||
|
||||
includeIfExists(__DIR__ . '/../vendor/autoload.php') ||
|
||||
includeIfExists(__DIR__ . '/../autoload.php');
|
||||
|
||||
putenv("LOTGD_CONFIG=./config/test.yml");
|
||||
|
||||
$daenerys = new DaenerysConsole();
|
||||
$daenerys->run();
|
||||
Reference in New Issue
Block a user