Refactored structure

This commit is contained in:
Dmitry Khomutov 2016-04-17 12:34:12 +06:00
commit 548a49a3de
19 changed files with 44 additions and 62 deletions

View file

@ -47,7 +47,7 @@ require_once(dirname(__FILE__) . '/vendor/autoload.php');
\PHPCI\ErrorHandler::register();
if (defined('PHPCI_IS_CONSOLE') && PHPCI_IS_CONSOLE) {
$loggerConfig = LoggerConfig::newFromFile(__DIR__ . "/loggerconfig.php");
$loggerConfig = LoggerConfig::newFromFile(__DIR__ . "/app/loggerconfig.php");
}
// Load configuration if present: