Пример #1
0
 public function validateLegacyHash($password, $hash)
 {
     return parent::validateHash($password, $hash);
 }