Skip to content
This repository was archived by the owner on Jul 26, 2018. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9494c3

Browse files
committedMay 16, 2016
Fixed the namespace of the service class
1 parent 44acd5a commit d9494c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Resources/config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
66

77
<services>
8-
<service id="security" class="EasySecurityBundle\Security">
8+
<service id="security" class="EasyCorp\Bundle\EasySecurityBundle\Security\Security">
99
<argument type="service" id="security.token_storage" />
1010
<argument type="service" id="security.authorization_checker" />
1111
<argument type="service" id="security.password_encoder" />

0 commit comments

Comments
 (0)
This repository has been archived.