Commit fb2f6dbd authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction implémentation interface erronée.

parent 66f3b45f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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