Skip to content
Snippets Groups Projects
Commit 12b1cbb4 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'OracleSessionInit'

parents 2d272c3a 47f83b9a
No related branches found
No related tags found
No related merge requests found
<?php
namespace UnicaenOracle\DBAL\Event\Listeners;
use Zend\ServiceManager\ServiceLocatorInterface;
class OracleSessionInitFactory
{
public function __invoke(ServiceLocatorInterface $sl)
{
// $config = $sl->get('config');
return new OracleSessionInit();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment