コード例 #1
0
ファイル: UserEditCommand.php プロジェクト: ipunkt/auth
 public function passwordMatches()
 {
     return \Hash::check($this->old_password, $this->user->getAuthPassword());
 }