mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Internal: Fix autoloader path for Symfony bin/console utility
This commit is contained in:
@@ -23,7 +23,7 @@ if (!defined('APPROOT'))
|
||||
require_once __DIR__.'/../../../../../approot.inc.php'; // When in datamodels/x.x folder
|
||||
}
|
||||
}
|
||||
require_once APPROOT.'lib/composer-vendor/autoload.php';
|
||||
require_once APPROOT.'lib/autoload.php';
|
||||
|
||||
if (!class_exists(Application::class))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user