Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / database.php
index ec973cb0642484b0704c703f38c8367e2194511b..28ad6743294a12264742e7477afce852a5e82453 100644 (file)
@@ -50,6 +50,3 @@ $connectionInstance = DatabaseConnection::createDatabaseConnection(DebugMiddlewa
 // Is the app variable there and valid?
 // @TODO Rewrite this
 if (is_object($app)) $app->setDatabaseInstance($connectionInstance);
-
-// [EOF]
-?>