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
Describe the bug
Cachable; causing error on model save.
The attribute [query] either does not exist or was not retrieved for model [App\Models\Charge]. {"userId":2,"exception":"[object] (Illuminate\Database\Eloquent\MissingAttributeException(code: 0):
The attribute [query] either does not exist or was not retrieved for model [App\Models\Charge]. at ...app\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasAttributes.php:475)
...
Describe the bug
Cachable; causing error on model save.
The attribute [query] either does not exist or was not retrieved for model [App\Models\Charge]. {"userId":2,"exception":"[object] (Illuminate\Database\Eloquent\MissingAttributeException(code: 0):
The attribute [query] either does not exist or was not retrieved for model [App\Models\Charge]. at ...app\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasAttributes.php:475)
...
Eloquent Query
Stack Trace
Environment
Additional context
Note: Setting APP_DEBUG to false results in a server 500 error.
I have removed all "boot" and "saving" methods from the model to make sure that is not causing it.
The text was updated successfully, but these errors were encountered: