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 */