瀏覽代碼

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();
}
}

Loading…
取消
儲存