Correction composer autoload path
This commit is contained in:
parent
a68cf24509
commit
5ddc281f72
@ -8,7 +8,7 @@ defined('APPLICATION_ENV')
|
||||
|| define('APPLICATION_ENV', (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'production'));
|
||||
|
||||
// --- Composer autoload
|
||||
require_once realpath(__DIR__ . '/../../vendor/autoload.php');
|
||||
require_once realpath(__DIR__ . '/../vendor/autoload.php');
|
||||
|
||||
if (APPLICATION_ENV == 'development'){
|
||||
ini_set("soap.wsdl_cache_enabled", "0");
|
||||
|
Loading…
Reference in New Issue
Block a user