X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fdatabase.php;h=6bcb51535ef8774d45d01915e0720458e35e4cd6;hp=88a69a6af4caf9c82ee10c8096a03e3ca1cde2c8;hb=de1f271c2bdb43725f6671ea6588a44cf33bf091;hpb=46130e59d03880cc54ea2ddba9c660fe28d8a7d0 diff --git a/inc/database.php b/inc/database.php index 88a69a6a..6bcb5153 100644 --- a/inc/database.php +++ b/inc/database.php @@ -54,4 +54,6 @@ $connectionInstance = DatabaseConnection::createDatabaseConnection(DebugMiddlewa // Is the app variable there and valid? // @TODO Rewrite this -if (is_object($app)) $app->setDatabaseInstance($connectionInstance); +if (is_object($app)) { + $app->setDatabaseInstance($connectionInstance); +} // END - if