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
ProducerRepository : correctif getConfig()
feature/souke
Guillaume Bourgeois
1 year ago
parent
5df1672f63
commit
5c9bc8d1ae
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
@@ -254,7 +254,7 @@ class ProducerRepository extends AbstractRepository
}
if ($producer) {
return $this->producerSolver->getConfig($producer
, $config
);
return $this->producerSolver->getConfig($
config, $
producer);
}
}
Write
Preview
Loading…
Cancel
Save