-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Open
Labels
Description
Laravel Version
12
PHP Version
8.4
Database Driver & Version
Mysql 8
Description
in DatabaseChannel.php there is getData function that could return array, in old eloquent version it was encoded to string on INSERT now it not encoded and try to add array which throw exception.
i recommend to remove handle of the toArray and replace it with toString fro example.
Steps To Reproduce
no need.