Commit 719f408a authored by Benjamin Eberlei's avatar Benjamin Eberlei

DBAL-38 Remove unused pre/post-execute event constants

parent 432e2f71
......@@ -33,11 +33,6 @@ final class Events
{
private function __construct() {}
const preExec = 'preExec';
const postExec = 'postExec';
const preExecute = 'preExecute';
const postExecute = 'postExecute';
const postConnect = 'postConnect';
}
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