Completed
Push — master ( 427d1b...7d660e )
by Avtandil
03:12
created
src/MultiLang/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      */
67 67
     public function __construct(Config $config, Cache $cache, Database $db)
68 68
     {
69
-        $this->config       = $config;
69
+        $this->config = $config;
70 70
         $this->cache       = $cache;
71 71
         $this->db          = $db;
72 72
 
Please login to merge, or discard this patch.