This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop'
master
Guillaume Bourgeois
1 year ago
parent
b007a1bacc
ed475b4755
commit
0e95363dc8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
common/logic/Producer/Producer/Repository/ProducerRepository.php
+ 1
- 1
common/logic/Producer/Producer/Repository/ProducerRepository.php
View File
@@ -268,6 +268,6 @@ class ProducerRepository extends AbstractRepository
public function findProducers()
{
return $this->create
Default
Query()->find();
return $this->createQuery()->find();
}
}
Write
Preview
Loading…
Cancel
Save