Passed
Push — master ( f4d609...4b3aab )
by Dennis
05:11
created
src/CompanyServiceProvider.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
                     return $company->hasMany($modelClass,$key);
88 88
                 });
89 89
             }
90
-        }else{
90
+        } else{
91 91
             $relationName = Str::plural(Str::camel(class_basename($modelClass)));
92 92
 
93 93
             Company::resolveRelationUsing($relationName, function (Company $company) use ($modelClass) {
Please login to merge, or discard this patch.