Closed jmlallier closed 5 years ago
Laravel 5.8 deprecates the string and array helper functions and each use needs to be converted to the appropriate Str/Arr helper method to stay compatible.
Thanks!
Laravel 5.8 deprecates the string and array helper functions and each use needs to be converted to the appropriate Str/Arr helper method to stay compatible.