Compare commits

...

1 Commits

Author SHA1 Message Date
6cfaf85b5f
Update 2024-09-26 05:32:31 2024-09-26 05:32:05 +02:00
2 changed files with 16 additions and 0 deletions

View File

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