Loading src/UnicaenOracle/Controller/IndexController.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ namespace UnicaenOracle\Controller; use Doctrine\DBAL\Connection; use UnicaenApp\ServiceManager\ServiceLocatorAwareInterface; use UnicaenOracle\Service\Traits\DataServiceAwareTrait; use UnicaenOracle\Service\Traits\SchemaServiceAwareTrait; use Zend\Log\LoggerAwareTrait; use Zend\Mvc\Controller\AbstractActionController; use Zend\ServiceManager\ServiceLocatorAwareInterface; use Zend\ServiceManager\ServiceLocatorAwareTrait; class IndexController extends AbstractActionController implements ServiceLocatorAwareInterface Loading Loading
src/UnicaenOracle/Controller/IndexController.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ namespace UnicaenOracle\Controller; use Doctrine\DBAL\Connection; use UnicaenApp\ServiceManager\ServiceLocatorAwareInterface; use UnicaenOracle\Service\Traits\DataServiceAwareTrait; use UnicaenOracle\Service\Traits\SchemaServiceAwareTrait; use Zend\Log\LoggerAwareTrait; use Zend\Mvc\Controller\AbstractActionController; use Zend\ServiceManager\ServiceLocatorAwareInterface; use Zend\ServiceManager\ServiceLocatorAwareTrait; class IndexController extends AbstractActionController implements ServiceLocatorAwareInterface Loading