Skip to content

Commit

Permalink
Fixes flash function typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoJF committed Sep 25, 2020
1 parent c027221 commit 4ddb741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/User/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function update(
if ($updated) {
flash()->success(trans('user-settings.panel-password-updated'));
} else {
flash()->danger(trans('user-settings.panel-password-updated'));
flash()->error(trans('user-settings.panel-password-updated'));
}
}

Expand Down

0 comments on commit 4ddb741

Please sign in to comment.