Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Api\Factory;
use Zend\ServiceManager\FactoryInterface;
use Zend\ServiceManager\ServiceLocatorInterface;
use Api\Controller\DbResolver;
use Zend\Authentication\Adapter\DbTable as AuthAdapter;
class AuthAdapterFactory implements FactoryInterface