質問編集履歴

1

passwordの名前を変えました。

2017/07/21 06:51

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -54,11 +54,11 @@
54
54
 
55
55
 
56
56
 
57
- protected function _setPSW($password)
57
+ protected function _setPassword($PSW)
58
58
 
59
59
  {
60
60
 
61
- return (new DefaultPasswordHasher)->hash($password);
61
+ return (new DefaultPasswordHasher)->hash($PSW);
62
62
 
63
63
  }
64
64