Update 2024-09-26 05:29:11

This commit is contained in:
Robot 2024-09-26 05:29:27 +02:00
parent 6a42be9457
commit 44cce9c0fa
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
2 changed files with 16 additions and 0 deletions

View File

@ -26,6 +26,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
*

View File

@ -1,3 +1,11 @@
/**
* Package Container
*
* @var Container|null
* @since 5.0.3
**/
protected static ?Container $container = null;
/**
* Create a container object
*