Sfoglia il codice sorgente

Merge branch 'develop'

master
Guillaume Bourgeois 1 anno fa
parent
commit
0e95363dc8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      common/logic/Producer/Producer/Repository/ProducerRepository.php

+ 1
- 1
common/logic/Producer/Producer/Repository/ProducerRepository.php Vedi File

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

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

Loading…
Annulla
Salva