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 e376020 commit 6fda960Copy full SHA for 6fda960
src/Mapping/Mapping.php
@@ -71,7 +71,7 @@ class Mapping
71
public function __construct($className, $resourceUrlPattern = null, array $idProperties = [])
72
{
73
$this->className = (string) $className;
74
- $this->resourceUrlPattern = (string) $resourceUrlPattern;
+ $this->resourceUrlPattern = $resourceUrlPattern;
75
$this->idProperties = $idProperties;
76
}
77
0 commit comments