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
{{ message }}
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
Laravel version
11.27.2
PHP version
8.2.26
Voyager version
1.8
Database
Mariadb 10.5.26
Description
Whenever I try to edit exist BREAD, I encountered same error.
SQLSTATE[HY093]: Invalid parameter number (Connection: mysql, SQL: update
data_types
setdetails
= ?,data_types
.updated_at
= ? whereid
= asc)This is happening because DataType model class is using old mutator & casting system.
Steps to reproduce
Expected behavior
Bread should have been updated normally.
Screenshots
Additional context
I edited DataType model class and turn old style mutators into new sytle and it is fixed.
I will prepare a PR about that.
The text was updated successfully, but these errors were encountered: