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
[11.x] Stringable is also an interface of symfony (#51309)
* filled and blank works with `Stringable`
* unnecessary
* `Stringable` is also an interface from symfony and is implemented on models. So if we check a model if a model is filled it except an error: Call to undefined method App\\Model::trim(). So we use now explicit Illuminate\Support\Stringable
* reduce compare to native trim - function
* unnused Model
---------
Co-authored-by: stefan.riedel <[email protected]>
0 commit comments