Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Duijnhoven committed May 3, 2019
1 parent 3148f2a commit 9cbd6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/jwpersistentuser.local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'tokenRefreshedAfterLogin' => true,
],
'service_manager' => [
'alias' => [
'aliases' => [
// Configure this library to use another strategy for writing serie validity
'JwPersistentUser\UserValidity' => 'Some\Custom\User\Validity\Writer',
],
Expand Down
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'JwPersistentUser\Service\Cookie' => 'JwPersistentUser\Service\CookieServiceFactory',
'JwPersistentUser\Service\UserAlwaysValid' => \Zend\ServiceManager\Factory\InvokableFactory::class,
],
'alias' => [
'aliases' => [
'JwPersistentUser\UserValidity' => 'JwPersistentUser\Service\UserAlwaysValid',
],
],
Expand Down

0 comments on commit 9cbd6c1

Please sign in to comment.