Completed
Push — master ( 5e0489...1b8ed5 )
by Timothy
02:40
created
src/Aviat/AnimeClient/Model/DB.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.