Skip to content

Commit

Permalink
passwordを編集を認めないように設定すると、ユーザー登録に失敗するため、設定を外した
Browse files Browse the repository at this point in the history
  • Loading branch information
kt-321 committed Feb 24, 2020
1 parent af6419e commit ba391d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class User extends Authenticatable
protected $guarded = [
'id',
'role',
'password',
'created_at',
'updated_at'
];
Expand Down

0 comments on commit ba391d5

Please sign in to comment.