Exemple #1
0
 public function passwordMatches()
 {
     return \Hash::check($this->old_password, $this->user->getAuthPassword());
 }