ソースを参照

Merge branch 'develop'

master
Guillaume Bourgeois 1年前
コミット
0e95363dc8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      common/logic/Producer/Producer/Repository/ProducerRepository.php

+ 1
- 1
common/logic/Producer/Producer/Repository/ProducerRepository.php ファイルの表示

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

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

読み込み中…
キャンセル
保存