reziamini/laravel-easypanel

Unable to update fields in User model

Closed this issue · 4 comments

When I try to update no error is being shown, but still the field value not getting updated.

Could you please show me the update form with a screenshot?

image
When I update the credits field, it doesn't reflect in DB

I've fixed it, You need to remove
'user_id' => auth()->id(),
from Update.php

You could manage it in your crud config
with_auth key