Closed alves-luis closed 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.
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.