Skip to content

Commit

Permalink
Merge pull request #1326 from KonstantinKuklin/patch1
Browse files Browse the repository at this point in the history
[SF 4.0][BUG] set hwi_oauth.resource_ownermap.* services public
  • Loading branch information
XWB committed Jun 13, 2018
2 parents e36b49f + 000d4b7 commit 9ddfd30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Security/Factory/OAuthFactory.php
Expand Up @@ -79,6 +79,7 @@ protected function createResourceOwnerMap(ContainerBuilder $container, $id, arra
$container
->setDefinition($this->getResourceOwnerMapReference($id), new $definitionClassname('hwi_oauth.abstract_resource_ownermap'))
->replaceArgument(2, new Parameter('hwi_oauth.resource_ownermap.configured.'.$id))
->setPublic(true)
;
}

Expand Down

0 comments on commit 9ddfd30

Please sign in to comment.