Skip to content

Commit b89558b

Browse files
Apply fixes from StyleCI (#472)
1 parent 89b290f commit b89558b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/ModelGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ protected function buildRelationships(Model $model)
223223
if ($is_model_fqn) {
224224
$fqcn = $class ?? $column_name;
225225
$class_name = Str::afterLast($fqcn, '\\');
226-
}else{
226+
} else {
227227
$class_name = Str::studly($class ?? $method_name);
228228
$fqcn = $this->fullyQualifyModelReference($class_name) ?? $model->fullyQualifiedNamespace() . '\\' . $class_name;
229229
}

0 commit comments

Comments
 (0)