This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
3
* @see https://github.com/zendframework/zend-expressive-authentication for the canonical source repository
4
- * @copyright Copyright (c) 2017 Zend Technologies USA Inc. (https://www.zend.com)
4
+ * @copyright Copyright (c) 2017-2018 Zend Technologies USA Inc. (https://www.zend.com)
5
5
* @license https://github.com/zendframework/zend-expressive-authentication/blob/master/LICENSE.md New BSD License
6
6
*/
7
7
@@ -42,7 +42,7 @@ public function getAuthenticationConfig() : array
42
42
* 'password' => 'password field name',
43
43
* ],
44
44
* 'sql_get_roles' => 'SQL to retrieve user roles by :identity',
45
- * 'sql_get_details' => 'SQL to retrieve user details by :identity'
45
+ * 'sql_get_details' => 'SQL to retrieve user details by :identity',
46
46
* ],
47
47
* ]
48
48
*/
@@ -65,8 +65,8 @@ public function getDependencies() : array
65
65
AuthenticationMiddleware::class => AuthenticationMiddlewareFactory::class,
66
66
UserRepository \Htpasswd::class => UserRepository \HtpasswdFactory::class,
67
67
UserRepository \PdoDatabase::class => UserRepository \PdoDatabaseFactory::class,
68
- UserInterface::class => DefaultUserFactory::class
69
- ]
68
+ UserInterface::class => DefaultUserFactory::class,
69
+ ],
70
70
];
71
71
}
72
72
}
You can’t perform that action at this time.
0 commit comments