We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b64b03 commit e24eed0Copy full SHA for e24eed0
Classes/Domain/ExceptionHandling/ExceptionHandler.php
@@ -31,9 +31,10 @@ class ExceptionHandler
31
protected $throwableStorage;
32
33
/**
34
+ * @var ExceptionHandlingConfiguration
35
* @Flow\Inject
36
*/
- protected ExceptionHandlingConfiguration $configuration;
37
+ protected $configuration;
38
39
public function handleAfterTemplateConfigurationProcessing(CaughtExceptions $caughtExceptions, NodeInterface $node): void
40
{
0 commit comments