Completed
Push — develop ( a15ded...e3f88e )
by Erwin
04:22
created
src/Databases/Database.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     public function __construct()
36 36
     {
37 37
         $this->database = Config::get('database.default');
38
-        $this->realDatabase = Config::get('database.connections.' . $this->database);
38
+        $this->realDatabase = Config::get('database.connections.'.$this->database);
39 39
         $this->processHandler = new ProcessHandler();
40 40
 
41 41
         $this->buildDatabaseClass();
Please login to merge, or discard this patch.