예제 #1
0
 /**
  * Determine if the passwords match for the request.
  *
  * @param array $credentials
  * @return bool 
  * @static 
  */
 public static function validateNewPassword($credentials)
 {
     return \Illuminate\Auth\Passwords\PasswordBroker::validateNewPassword($credentials);
 }