mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 07:06:45 +02:00
feat(flextype): add missed container for flextype instance
This commit is contained in:
@@ -103,7 +103,7 @@ final class Flextype
|
||||
public static function getInstance(?ContainerInterface $container = null): Flextype
|
||||
{
|
||||
if (static::$instance === null) {
|
||||
static::$instance = new self();
|
||||
static::$instance = new self($container);
|
||||
}
|
||||
|
||||
return static::$instance;
|
||||
|
Reference in New Issue
Block a user