Skip to content

Need update Illuminate\Support\Stringable::toString() function #118

@mishlahul

Description

@mishlahul

When I try to update using function updateMultipleCondition()

I got error
Method Illuminate\Support\Stringable::toString does not exist.

Apparently, the Illuminate\Support\Stringable class no longer supports the toString() function
Please change it using the PHP's built-in (string) type-casting or the __toString() magic method instead.

I'm using Laravel 8.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions