1
0
mirror of synced 2025-01-18 22:41:43 +03:00

case sensitivity fixed in the compiler.

This commit is contained in:
romanb 2006-12-27 12:17:12 +00:00
parent 393093fea6
commit a622f9ab79

View File

@ -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',