laravel-comments
laravel-comments copied to clipboard
Add Newline at the end of the migration file
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:
Adding a newline at the end of the file would improve code consistency and prevent validation issues.