@@ -71,7 +71,7 @@ |
||
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 | } |