Selaa lähdekoodia

Merge branch 'develop'

master
Guillaume Bourgeois 1 vuosi sitten
vanhempi
commit
0e95363dc8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      common/logic/Producer/Producer/Repository/ProducerRepository.php

+ 1
- 1
common/logic/Producer/Producer/Repository/ProducerRepository.php Näytä tiedosto

@@ -268,6 +268,6 @@ class ProducerRepository extends AbstractRepository

public function findProducers()
{
return $this->createDefaultQuery()->find();
return $this->createQuery()->find();
}
}

Loading…
Peruuta
Tallenna