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.
2 parents 5cf8676 + 6c9e355 commit 732963fCopy full SHA for 732963f
PropertyPath.php
@@ -25,7 +25,7 @@ class PropertyPath implements \IteratorAggregate, PropertyPathInterface
25
/**
26
* Character used for separating between plural and singular of an element.
27
*/
28
- const SINGULAR_SEPARATOR = '|';
+ public const SINGULAR_SEPARATOR = '|';
29
30
31
* The elements of the property path.
0 commit comments