Commit 47824e2c authored by Carlos Buenosvinos's avatar Carlos Buenosvinos

Missing ) in events doc example

parent 42298e11
......@@ -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