spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

Fix broken tests for Laravel 9 #278

Closed patinthehat closed 1 year ago

patinthehat commented 1 year ago

This PR fixes an issue with the dump handler not registering correctly on Laravel 9+.

I'm not sure if this is the best solution, but it is a solution. Suggestions for improvements/alternatives are welcome.

patinthehat commented 1 year ago

@freekmurze Request changes complete :+1:

freekmurze commented 1 year ago

Thanks!