SettingsService::MINIMUM_SYSTEM_MEMORY_REQUIREMENTS); } public static function pdlibLoaded(): bool { return extension_loaded('pdlib'); } public static function memoriesIsInstalled(): bool { $appManager = \OC::$server->get(IAppManager::class); return $appManager->isEnabledForUser('memories'); } }