do load lazy if possible
This commit is contained in:
parent
7420419663
commit
737047d856
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ class SessionLockRequestComponent implements ComponentInterface
|
|||
public const PARAMETER_NAME = 'sessionLock';
|
||||
|
||||
/**
|
||||
* @Flow\Inject(lazy=false)
|
||||
* @Flow\Inject
|
||||
* @var LoggerInterface
|
||||
*/
|
||||
protected LoggerInterface $logger;
|
||||
protected $logger;
|
||||
|
||||
/**
|
||||
* @Flow\Inject(name="DigiComp.FlowSessionLock:LockFactory")
|
||||
|
|
Loading…
Reference in a new issue