soft-ui-dashboard-laravel
soft-ui-dashboard-laravel copied to clipboard
Fixed error "Undefined variable $attribute" when changing email
Fixed spelling in variable
Fixed error "Undefined variable $attribute" when changing email on the user-profile page.
How to reproduce
Navigate to xyz.local/user-profile and change the email address in the form. This will throw an "Undefined variable $attribute" error exception.
Fix
Changing "$attribute" to "$attributes" in app/Http/Controllers/InfoUserController.php fixes this issue.