Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <stefan.riedel@arbeitsmedizin.de>
- Loading branch information