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 ab8184f commit a150d51Copy full SHA for a150d51
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