From 2da0c0fb0c6e6faaee73c5e06fcffce48fddad9d Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Mon, 12 Feb 2024 13:32:11 +1100 Subject: [PATCH] Doc blocks --- src/Support/Facades/Site.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Support/Facades/Site.php b/src/Support/Facades/Site.php index 317e3cbf3..adc0dda5f 100644 --- a/src/Support/Facades/Site.php +++ b/src/Support/Facades/Site.php @@ -19,6 +19,7 @@ * @method static bool hasGlobalContext() * @method static void withGlobalContext(callable $callback) * @method static void withContext($siteId, callable $callback) + * @method static hasFeature(string $name): bool * * @see \System\Classes\SiteManager */