Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / database / lib-local.php
index 86b1c3805dfce61f481be2f79d64ea3297ac2def..5abbc1512bbdf2d7d30c45c793ae393cae523a2f 100644 (file)
@@ -24,6 +24,3 @@
 
 // For testing purposes we use a local file database
 $databaseInstance = ObjectFactory::createObjectByConfiguredName('local_file_database_class');
 
 // For testing purposes we use a local file database
 $databaseInstance = ObjectFactory::createObjectByConfiguredName('local_file_database_class');
-
-// [EOF]
-?>