diff --git a/public/index.php b/public/index.php index 70c0f37f..395604e8 100644 --- a/public/index.php +++ b/public/index.php @@ -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");