Skip to content

Commit

Permalink
Update Mapping.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Nov 16, 2015
1 parent e376020 commit 6fda960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapping/Mapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Mapping
public function __construct($className, $resourceUrlPattern = null, array $idProperties = [])
{
$this->className = (string) $className;
$this->resourceUrlPattern = (string) $resourceUrlPattern;
$this->resourceUrlPattern = $resourceUrlPattern;
$this->idProperties = $idProperties;
}

Expand Down

0 comments on commit 6fda960

Please sign in to comment.