コード例 #1
0
ファイル: Service.php プロジェクト: Umz/ImpressPages
 public static function resetPassword($userId, $secret, $password)
 {
     Model::resetPassword($userId, $secret, $password);
 }