Skip to content

Commit

Permalink
Merge pull request Sylius#2822 from cdaguerre/translation-class
Browse files Browse the repository at this point in the history
[Translation] Make translatable translation class retrieval static
  • Loading branch information
Paweł Jędrzejewski committed Jun 8, 2015
2 parents 819dc58 + e4b0951 commit 6aa8c5c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Model/Country.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,4 @@ public function hasProvince(ProvinceInterface $province)
{
return $this->provinces->contains($province);
}

/**
* {@inheritdoc}
*/
protected function getTranslationClass()
{
return get_class().'Translation';
}
}

0 comments on commit 6aa8c5c

Please sign in to comment.