Completed
Push — master ( ea0a71...2e09c6 )
by
unknown
12:09 queued 07:28
created
src/Abstractor/Eloquent/Traits/HandleFiles.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      * @param Request $request
16 16
      * @param Model $item
17 17
      * @param array $fields
18
-     * @param $groupName
18
+     * @param string $groupName
19 19
      * @param $fieldName
20 20
      * @param bool $mustDeleteFilesInFilesystem
21 21
      * @return array
Please login to merge, or discard this patch.
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.