diff --git a/src/2e5bf608-de5c-4b00-a20d-47c26aa350d9/code.php b/src/2e5bf608-de5c-4b00-a20d-47c26aa350d9/code.php index a3e8c3c..20f397d 100644 --- a/src/2e5bf608-de5c-4b00-a20d-47c26aa350d9/code.php +++ b/src/2e5bf608-de5c-4b00-a20d-47c26aa350d9/code.php @@ -35,14 +35,6 @@ use VDM\Joomla\Interfaces\FactoryInterface; **/ abstract class Factory implements FactoryInterface { - /** - * Global Package Container - * - * @var Container|null - * @since 0.0.0 - **/ - protected static ?Container $container = null; - /** * Get any class from the package container * diff --git a/src/2e5bf608-de5c-4b00-a20d-47c26aa350d9/code.power b/src/2e5bf608-de5c-4b00-a20d-47c26aa350d9/code.power index 815f85c..cf8025a 100644 --- a/src/2e5bf608-de5c-4b00-a20d-47c26aa350d9/code.power +++ b/src/2e5bf608-de5c-4b00-a20d-47c26aa350d9/code.power @@ -1,11 +1,3 @@ - /** - * Global Package Container - * - * @var Container|null - * @since 0.0.0 - **/ - protected static ?Container $container = null; - /** * Get any class from the package container * diff --git a/src/884eca78-281f-4eab-b962-d97e355af16d/code.php b/src/884eca78-281f-4eab-b962-d97e355af16d/code.php index 85e7b43..5769a6c 100644 --- a/src/884eca78-281f-4eab-b962-d97e355af16d/code.php +++ b/src/884eca78-281f-4eab-b962-d97e355af16d/code.php @@ -29,6 +29,14 @@ use VDM\Joomla\Abstraction\Factory as ExtendingFactory; */ abstract class Factory extends ExtendingFactory implements FactoryInterface { + /** + * Package Container + * + * @var Container|null + * @since 5.0.3 + **/ + protected static ?Container $container = null; + /** * Create a container object * diff --git a/src/884eca78-281f-4eab-b962-d97e355af16d/code.power b/src/884eca78-281f-4eab-b962-d97e355af16d/code.power index 7f08cac..de3b791 100644 --- a/src/884eca78-281f-4eab-b962-d97e355af16d/code.power +++ b/src/884eca78-281f-4eab-b962-d97e355af16d/code.power @@ -1,3 +1,11 @@ + /** + * Package Container + * + * @var Container|null + * @since 5.0.3 + **/ + protected static ?Container $container = null; + /** * Create a container object * diff --git a/src/9d76b8dc-3883-4755-b11c-131d19ca8a53/code.php b/src/9d76b8dc-3883-4755-b11c-131d19ca8a53/code.php index 25bb3f8..68d1393 100644 --- a/src/9d76b8dc-3883-4755-b11c-131d19ca8a53/code.php +++ b/src/9d76b8dc-3883-4755-b11c-131d19ca8a53/code.php @@ -28,6 +28,14 @@ use VDM\Joomla\Abstraction\Factory as ExtendingFactory; */ abstract class Factory extends ExtendingFactory implements FactoryInterface { + /** + * Package Container + * + * @var Container|null + * @since 5.0.3 + **/ + protected static ?Container $container = null; + /** * Create a container object * diff --git a/src/9d76b8dc-3883-4755-b11c-131d19ca8a53/code.power b/src/9d76b8dc-3883-4755-b11c-131d19ca8a53/code.power index 44214e9..58bc886 100644 --- a/src/9d76b8dc-3883-4755-b11c-131d19ca8a53/code.power +++ b/src/9d76b8dc-3883-4755-b11c-131d19ca8a53/code.power @@ -1,3 +1,11 @@ + /** + * Package Container + * + * @var Container|null + * @since 5.0.3 + **/ + protected static ?Container $container = null; + /** * Create a container object *