Skip to content
Snippets Groups Projects
Select Git revision
  • e316f5790363090bec07d89147627288917b0a11
  • master default protected
2 results

ZoteroVueClient.vue

Blame
  • 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,
            ],
        ],
    ];