Home
last modified time | relevance | path

Searched refs:STEP_CHECK (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DUpgradeWizardStep.php55 private const string STEP_CHECK = 'Check';
112 $step = Validator::queryParams($request)->string('step', self::STEP_CHECK);
115 case self::STEP_CHECK:
H A DUpgradeWizardPage.php45 private const string STEP_CHECK = 'Check';
117 …route(UpgradeWizardStep::class, ['step' => self::STEP_CHECK]) => I18N::translate('Upgrade wizard…