Refactored structure
This commit is contained in:
parent
e5164ae1dd
commit
548a49a3de
19 changed files with 44 additions and 62 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue