Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
83a0c303
Commit
83a0c303
authored
Mar 07, 2019
by
Bertrand Gauthier
Browse files
Correction de 2 factories sabotées lors du précédent commit.
parent
d90b86ec
Pipeline
#3863
passed with stage
in 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/UserProfileSelectFactory.php
View file @
83a0c303
...
...
@@ -18,7 +18,7 @@ class UserProfileSelectFactory
* @param HelperPluginManager $helperPluginManager
* @return UserProfileSelect
*/
public
function
createServic
e
(
HelperPluginManager
$helperPluginManager
)
public
function
__invok
e
(
HelperPluginManager
$helperPluginManager
)
{
$serviceLocator
=
$helperPluginManager
->
getServiceLocator
();
...
...
src/UnicaenAuth/View/Helper/UserProfileSelectRadioItemFactory.php
View file @
83a0c303
...
...
@@ -18,7 +18,7 @@ class UserProfileSelectRadioItemFactory
* @param HelperPluginManager $helperPluginManager
* @return UserProfileSelectRadioItem
*/
public
function
createServic
e
(
HelperPluginManager
$helperPluginManager
)
public
function
__invok
e
(
HelperPluginManager
$helperPluginManager
)
{
$serviceLocator
=
$helperPluginManager
->
getServiceLocator
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment