mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-24 02:44:51 +03:00
Перенёс загрузку библиотек в component boot
This commit is contained in:
parent
5b258d4164
commit
4f032eb101
@ -46,6 +46,8 @@ class Component extends MVCComponent implements
|
|||||||
$loader->unregister();
|
$loader->unregister();
|
||||||
|
|
||||||
spl_autoload_register([new \Joomla\CMS\Autoload\ClassLoader($loader), 'loadClass'], true, true);
|
spl_autoload_register([new \Joomla\CMS\Autoload\ClassLoader($loader), 'loadClass'], true, true);
|
||||||
|
|
||||||
|
$required = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user