29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-17 17:44:57 +00:00
This commit is contained in:
Fedik 2024-05-12 19:16:20 +03:00
parent 0704415db9
commit 89197ea217
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ trait ExtensionManagerTrait
*
* @since __DEPLOY_VERSION__
*/
static private array $extensionContainers = [];
private static array $extensionContainers = [];
/**
* Boots the component with the given name.

View File

@ -16,7 +16,6 @@ use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Session\Session;
use Joomla\Component\Guidedtours\Administrator\Extension\GuidedtoursComponent;
use Joomla\Component\Guidedtours\Administrator\Model\TourModel;
use Joomla\Event\DispatcherInterface;
use Joomla\Event\Event;
use Joomla\Event\SubscriberInterface;