Compare commits

...

1 Commits

Author SHA1 Message Date
44cce9c0fa
Update 2024-09-26 05:29:11 2024-09-26 05:29:27 +02:00
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
*