Commit 54c4ec99 authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #6 from carlosbuenosvinos/master

Missing ")" in events doc
parents 42298e11 47824e2c
......@@ -34,7 +34,7 @@ instance passed to the Connection factory:
$evm = new EventManager();
$evm->addEventSubscriber(new OracleSessionInit(array(
'NLS_TIME_FORMAT' => 'HH24:MI:SS',
));
)));
$conn = DriverManager::getConnection($connectionParams, null, $evm);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment