Перенёс загрузку библиотек в component boot

This commit is contained in:
Artem Vasilev 2024-03-08 02:43:34 +03:00
parent 5b258d4164
commit 4f032eb101

View File

@ -46,6 +46,8 @@ class Component extends MVCComponent implements
$loader->unregister();
spl_autoload_register([new \Joomla\CMS\Autoload\ClassLoader($loader), 'loadClass'], true, true);
$required = true;
}
}
}