Skip to content

Commit 84df1a8

Browse files
committed
fixes: minor new line fix
1 parent fdc89b8 commit 84df1a8

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
@@ -333,7 +333,7 @@ private function generateRelations(): string
333333
}
334334
}
335335

336-
return implode(infy_nl_tab(), $relations);
336+
return implode(infy_nl_tab(2), $relations);
337337
}
338338

339339
public function rollback()

0 commit comments

Comments
 (0)