This commit is contained in:
Paula V. Quispe
2016-08-02 18:14:21 -04:00
parent 0ec7c17cf0
commit 8542ce9a82

View File

@@ -447,6 +447,8 @@ class WebApplication
define("PATH_SERVICES_REST", PATH_CORE . "services" . PATH_SEP . "rest" . PATH_SEP); define("PATH_SERVICES_REST", PATH_CORE . "services" . PATH_SEP . "rest" . PATH_SEP);
\Bootstrap::registerSystemClasses(); \Bootstrap::registerSystemClasses();
\Bootstrap::initVendors();
\Bootstrap::LoadSystem( 'monologProvider' );
$arraySystemConfiguration = \System::getSystemConfiguration(); $arraySystemConfiguration = \System::getSystemConfiguration();