Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit f80a1ce

Browse files
removed type from property for better compability
1 parent 0fc828b commit f80a1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Package/FrontendNodeRoutePartHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class FrontendNodeRoutePartHandler extends NeosFrontendNodeRoutePartHandler
2121
* @Flow\InjectConfiguration("routing.supportEmptySegmentForDimensions", package="Neos.Neos")
2222
* @var boolean
2323
*/
24-
protected bool $supportEmptySegmentForDimensions;
24+
protected $supportEmptySegmentForDimensions;
2525

2626
/**
2727
* @param string $requestPath

0 commit comments

Comments
 (0)