You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here?
Laravel Version
11.9.0
PHP Version
8.3
Database Driver & Version
No response
Description
Tests started failing all of a sudden since 11.9.0, the error renderer throws an exception
Object of class Closure could not be converted to string
https://github.com/area17/twill/actions/runs/9276889918/job/25526173648
Caused by this commit
092e3cb
Steps To Reproduce
Throw an exception anywhere in a controller
throw new \Exception("Model is not seeded");
The text was updated successfully, but these errors were encountered: