Skip to content

Commit 6fda960

Browse files
committed
Update Mapping.php
1 parent e376020 commit 6fda960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mapping/Mapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Mapping
7171
public function __construct($className, $resourceUrlPattern = null, array $idProperties = [])
7272
{
7373
$this->className = (string) $className;
74-
$this->resourceUrlPattern = (string) $resourceUrlPattern;
74+
$this->resourceUrlPattern = $resourceUrlPattern;
7575
$this->idProperties = $idProperties;
7676
}
7777

0 commit comments

Comments
 (0)