We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ef27c commit fc93239Copy full SHA for fc93239
src/Http/Controllers/UserController.php
@@ -173,7 +173,7 @@ public function form()
173
$form->disableDeleteButton();
174
}
175
})->saving(function (Form $form) {
176
- if ($form->password && $form->model()->get('password') != $form->password) {
+ if ($form->password && $form->model()->password != $form->password) {
177
$form->password = bcrypt($form->password);
178
179
0 commit comments