nexmo-community / laravel-messages

Teeny tiny demo application to show Laravel 7 with Vonage Messages API, specifically using WhatsApp.
MIT License
12 stars 13 forks source link

Update User.php #3

Closed Animasingh123 closed 3 years ago

Animasingh123 commented 3 years ago

Added the closing tags for php at the end of the user.php file, i.e., ?>

lornajane commented 3 years ago

Thanks but it is generally advised to omit closing tags (see https://www.php.net/manual/en/language.basic-syntax.phptags.php) and this project follows that pattern. Closing this PR since it doesn't fit the existing conventions