laravel-comments
laravel-comments copied to clipboard
Apply Laravel Pint Code Formatting to Ensure Code Consistency
This PR applies Laravel Pint to format the codebase according to Laravel's coding standards.
Changes included:
- Ran
vendor/bin/pintto format existing files. - Ensured compliance with Laravel's recommended styling.
- Fixed minor formatting issues, including missing newlines.