do load lazy if possible

This commit is contained in:
Robin Krahnen 2022-04-05 12:31:33 +02:00
parent 7420419663
commit 737047d856

View file

@ -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")