Select Git revision
ZoteroVueClient.vue
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
zf-mvc-auth-oauth2-override.global.php 416 B
<?php
/**
* This file was autogenerated by zfcampus/zf-mvc-auth (bin/zf-mvc-auth-oauth2-override.php),
* and overrides the ZF\OAuth2\Service\OAuth2Server to provide the ability to create named
* OAuth2\Server instances.
*/
return [
'service_manager' => [
'factories' => [
\ZF\OAuth2\Service\OAuth2Server::class => \ZF\MvcAuth\Factory\NamedOAuth2ServerFactory::class,
],
],
];