Home
last modified time | relevance | path

Searched defs:upgrade_service (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DCheckForNewVersionNow.php33 private UpgradeService $upgrade_service; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\CheckForNewVersionNow
38 public function __construct(UpgradeService $upgrade_service)
H A DUpgradeWizardPage.php55 private UpgradeService $upgrade_service; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\UpgradeWizardPage
61 public function __construct(TreeService $tree_service, UpgradeService $upgrade_service)
H A DLoginAction.php45 private UpgradeService $upgrade_service; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\LoginAction
53 public function __construct(UpgradeService $upgrade_service, UserService $user_service)
H A DUpgradeWizardStep.php81 private UpgradeService $upgrade_service; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\UpgradeWizardStep
93 UpgradeService $upgrade_service
H A DControlPanel.php92 private UpgradeService $upgrade_service; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\ControlPanel
113 UpgradeService $upgrade_service,
/webtrees/app/Http/Middleware/
H A DCheckForNewVersion.php34 private UpgradeService $upgrade_service; variable in Fisharebest\\Webtrees\\Http\\Middleware\\CheckForNewVersion
39 public function __construct(UpgradeService $upgrade_service)
/webtrees/app/Module/
H A DCheckForNewVersion.php43 private UpgradeService $upgrade_service; variable in Fisharebest\\Webtrees\\Module\\CheckForNewVersion
52 …public function __construct(EmailService $email_service, UpgradeService $upgrade_service, UserServ…