laravel / telescope

An elegant debug assistant for the Laravel framework.
https://laravel.com/docs/telescope
MIT License
4.77k stars 560 forks source link

Update FormatModel.php #1454

Closed truestealth closed 3 months ago

truestealth commented 3 months ago

Object of class Illuminate\Database\Query\Expression could not be converted to string

driesvints commented 3 months ago

Please add a thorough explanation what this fixes along with an example that triggers the issue. Thanks

truestealth commented 3 months ago

@driesvints This is due to https://laravel.com/docs/10.x/upgrade#database-expressions when the telescope cannot process the insertion into the database.

taylorotwell commented 3 months ago

No recreation instructions.