@@ -27,7 +27,7 @@ |
||
| 27 | 27 | /** {@inheritdoc} */ |
| 28 | 28 | public function fetch(Entity $me, EntityManager $entityManager = null) |
| 29 | 29 | { |
| 30 | - $reference = $this->getOpponent()->getReference(); |
|
| 30 | + $reference = $this->getOpponent()->getReference(); |
|
| 31 | 31 | if (empty($reference)) { |
| 32 | 32 | throw new InvalidConfiguration('Reference is not defined in opponent'); |
| 33 | 33 | } |