Skip to content

Commit 60ce671

Browse files
author
Bernhard Schmitt
committed
Eagerly inject translator to prevent type errors
1 parent 4200cac commit 60ce671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Application/PseudoEnumProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
final class PseudoEnumProvider extends AbstractDataSource implements ProtectedContextAwareInterface, NodeTypePostprocessorInterface
2020
{
2121
/**
22-
* @Flow\Inject
22+
* @Flow\Inject(lazy=false)
2323
* @var Translator
2424
*/
2525
protected $translator;

0 commit comments

Comments
 (0)