laravel-comments icon indicating copy to clipboard operation
laravel-comments copied to clipboard

Add Newline at the end of the migration file

Open tisuchi opened this issue 9 months ago • 0 comments

The migration file CreateCommentsTable is currently missing a newline at the end, which causes Pint validation to fail when installing this package in a Laravel project.

For example:

image

Adding a newline at the end of the file would improve code consistency and prevent validation issues.

tisuchi avatar Mar 17 '25 19:03 tisuchi