Skip to content

Commit

Permalink
relationship: removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Apr 27, 2015
1 parent 7dc4d93 commit e865269
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Relationships/HasOne.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,16 +249,6 @@ protected function isChanged($newValue)
}


protected function getRelationshipMapper()
{
if (!$this->relationshipMapper) {
$this->relationshipMapper = $this->createCollection()->getRelationshipMapper();
}

return $this->relationshipMapper;
}


abstract protected function modify();


Expand Down

0 comments on commit e865269

Please sign in to comment.