Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lib
unicaen
auth
Commits
de97da3a
Commit
de97da3a
authored
Mar 19, 2019
by
Bertrand Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction signature d'une factory.
parent
c3f28ea5
Pipeline
#4063
passed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/UnicaenAuth/Service/ShibServiceFactory.php
src/UnicaenAuth/Service/ShibServiceFactory.php
+3
-3
No files found.
src/UnicaenAuth/Service/ShibServiceFactory.php
View file @
de97da3a
...
...
@@ -2,15 +2,15 @@
namespace
UnicaenAuth\Service
;
use
Interop\Container\ContainerInterface
;
use
UnicaenAuth\Options\ModuleOptions
;
use
Zend\ServiceManager\ServiceLocatorInterface
;
class
ShibServiceFactory
{
public
function
__invoke
(
ServiceLocato
rInterface
$
sl
)
public
function
__invoke
(
Containe
rInterface
$
container
)
{
/** @var ModuleOptions $moduleOptions */
$moduleOptions
=
$
sl
->
get
(
'unicaen-auth_module_options'
);
$moduleOptions
=
$
container
->
get
(
'unicaen-auth_module_options'
);
$service
=
new
ShibService
();
$service
->
setShibbolethConfig
(
$moduleOptions
->
getShibboleth
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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