We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc6b83 commit 7c56002Copy full SHA for 7c56002
src/ConfigProvider.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
* @see https://github.com/zendframework/zend-expressive-authorization for the canonical source repository
4
- * @copyright Copyright (c) 2017 Zend Technologies USA Inc. (https://www.zend.com)
+ * @copyright Copyright (c) 2017-2018 Zend Technologies USA Inc. (https://www.zend.com)
5
* @license https://github.com/zendframework/zend-expressive-authorization/blob/master/LICENSE.md New BSD License
6
*/
7
@@ -28,7 +28,7 @@ public function __invoke() : array
28
public function getDependencies() : array
29
{
30
return [
31
- 'factories' => [
+ 'factories' => [
32
AuthorizationMiddleware::class => AuthorizationMiddlewareFactory::class
33
],
34
];
0 commit comments