Skip to content

Commit

Permalink
changed user provider service id
Browse files Browse the repository at this point in the history
  • Loading branch information
dneustadt committed Sep 6, 2017
1 parent 2557948 commit 150acf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/security.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$container->loadFromExtension('security', [
'providers' => [
'majima' => [
'id' => 'majima.admin_provider',
'id' => 'majima.user_provider',
],
],
'firewalls' => [
Expand Down
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
[new Reference('service_container'), new Reference('majima.routes')]
))->addTag('routing.loader');

$container->setDefinition('majima.admin_provider', new Definition(
$container->setDefinition('majima.user_provider', new Definition(
MajimaUserProvider::class,
[new Reference('service_container'), new Reference('dbal')]
));
Expand Down

0 comments on commit 150acf2

Please sign in to comment.