@@ -39,7 +39,7 @@ |
||
| 39 | 39 | public function __construct(ContainerInterface $container) |
| 40 | 40 | { |
| 41 | 41 | parent::__construct($container); |
| 42 | - $this->db_config = (array) $this->config->get('database'); |
|
| 42 | + $this->db_config = (array)$this->config->get('database'); |
|
| 43 | 43 | } |
| 44 | 44 | } |
| 45 | 45 | // End of BaseDBModel.php |
| 46 | 46 | \ No newline at end of file |