Completed
Push — master ( ea0a71...2e09c6 )
by
unknown
12:09 queued 07:28
created
src/Abstractor/Eloquent/Relation/Relation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
             }
72 72
         }
73 73
 
74
-        $config = array_merge($this->config,$relatedmodelRelationsConfig);
74
+        $config = array_merge($this->config, $relatedmodelRelationsConfig);
75 75
 
76 76
         $this->modelAbstractor = \App::make('Anavel\Crud\Contracts\Abstractor\ModelFactory')->getByClassName(get_class($this->eloquentRelation->getRelated()), $config);
77 77
     }
Please login to merge, or discard this patch.