Skip to content

Commit

Permalink
TE-5691 merged with TE-4444
Browse files Browse the repository at this point in the history
  • Loading branch information
gechetspr committed Jun 2, 2020
2 parents ebd21fb + dc9e8ed commit 3b60810
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public function provideBusinessLayerDependencies(Container $container)
*/
protected function addCompanyUserPropelQuery(Container $container): Container
{
$container->set(static::PROPEL_QUERY_COMPANY_USER, function (Container $container) {
$container->set(static::PROPEL_QUERY_COMPANY_USER, $container->factory(function () {
return SpyCompanyUserQuery::create();
});
}));

return $container;
}
Expand Down

0 comments on commit 3b60810

Please sign in to comment.