Open bochoven opened 2 years ago
Make the value() function compatible with Laravel 8 as can be seen here:
https://github.com/laravel/framework/blob/8.x/src/Illuminate/Collections/helpers.php#L175-L186
This would fix some weird issues with Laravel when using the firewall library
I've just come across this issue. Given your pull request is a year old, have you got a solution that doesn't require this package being updated?
Make the value() function compatible with Laravel 8 as can be seen here:
https://github.com/laravel/framework/blob/8.x/src/Illuminate/Collections/helpers.php#L175-L186
This would fix some weird issues with Laravel when using the firewall library