Clean-ups

Left overs to clean and changes from discussion.

Fixed config path finding
This commit is contained in:
Vassyli
2016-07-29 09:35:33 +02:00
parent 712a89bdad
commit ae63c209e9
10 changed files with 108 additions and 123 deletions
-2
View File
@@ -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();