Hackathonners / swap

Swap - Simplifying shift exchanges
MIT License
12 stars 6 forks source link

bug: fix settings view #24

Closed alves-luis closed 4 years ago

alves-luis commented 4 years ago

There were two calls to _strcontains in resources/views/settings/edit.blade.php. That isn't compatible with Laravel 6, so I changed the methods to Str::contains and imported the Helper so that those methods could be used in the views.