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
[Administration] Cron : correctif réglement automatique des commandes
feature/souke
Guillaume Bourgeois
1 year ago
parent
9cb93f86d7
commit
ed475b4755
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