Skip to content

Commit e24eed0

Browse files
committed
TASK: Make Neos 7.3 compatible
1 parent 4b64b03 commit e24eed0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Classes/Domain/ExceptionHandling/ExceptionHandler.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ class ExceptionHandler
3131
protected $throwableStorage;
3232

3333
/**
34+
* @var ExceptionHandlingConfiguration
3435
* @Flow\Inject
3536
*/
36-
protected ExceptionHandlingConfiguration $configuration;
37+
protected $configuration;
3738

3839
public function handleAfterTemplateConfigurationProcessing(CaughtExceptions $caughtExceptions, NodeInterface $node): void
3940
{

0 commit comments

Comments
 (0)