@@ -35,7 +35,7 @@ |
||
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(); |