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 d979b80 + a150d51 commit 6c9e355Copy full SHA for 6c9e355
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