Skip to content

Commit

Permalink
Merge 712d532 into 5d09f57
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Apr 12, 2020
2 parents 5d09f57 + 712d532 commit 3c8a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/ModelManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public function getNormalizedIdentifier($entity)
* The ORM implementation does nothing special but you still should use
* this method when using the id in a URL to allow for future improvements.
*/
public function getUrlsafeIdentifier($entity)
public function getUrlSafeIdentifier($entity)
{
return $this->getNormalizedIdentifier($entity);
}
Expand Down

0 comments on commit 3c8a0ca

Please sign in to comment.