Home
last modified time | relevance | path

Searched refs:isUpgradeAvailable (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DCheckForNewVersionNow.php50 $this->upgrade_service->isUpgradeAvailable(true);
H A DLoginAction.php77 if (Auth::isAdmin() && $this->upgrade_service->isUpgradeAvailable()) {
/webtrees/app/Http/Middleware/
H A DCheckForNewVersion.php54 $this->upgrade_service->isUpgradeAvailable();
/webtrees/app/Module/
H A DCheckForNewVersion.php82 if ($this->upgrade_service->isUpgradeAvailable()) {
/webtrees/app/Services/
H A DUpgradeService.php246 public function isUpgradeAvailable(bool $force = false): bool function in Fisharebest\\Webtrees\\Services\\UpgradeService