Commit 12b1cbb4 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'OracleSessionInit'

parents 2d272c3a 47f83b9a
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
<?php

namespace UnicaenOracle\DBAL\Event\Listeners;

use Zend\ServiceManager\ServiceLocatorInterface;

class OracleSessionInitFactory
{
    public function __invoke(ServiceLocatorInterface $sl)
    {
//        $config = $sl->get('config');

        return new OracleSessionInit();
    }
}