Commit a622f9ab authored by romanb's avatar romanb

case sensitivity fixed in the compiler.

parent 393093fe
......@@ -44,14 +44,14 @@ class Doctrine_Compiler {
'Connection',
'Connection_Exception',
'Connection_UnitOfWork',
'DB',
'DB_Exception',
'DB_EventListener',
'DB_Event',
'DB_EventListener_Chain',
'DB_EventListener_Interface',
'DB_Profiler',
'DB_Statement',
'Db',
'Db_Exception',
'Db_EventListener',
'Db_Event',
'Db_EventListener_Chain',
'Db_EventListener_Interface',
'Db_Profiler',
'Db_Statement',
'Exception',
'EventListener_Interface',
'EventListener',
......
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