diff --git a/src/Support/Facades/Site.php b/src/Support/Facades/Site.php index 4b7dc575b..9e9d3c7f3 100644 --- a/src/Support/Facades/Site.php +++ b/src/Support/Facades/Site.php @@ -36,8 +36,8 @@ * @method static string|null getSiteCodeFromContext() * @method static mixed getSiteFromContext() * @method static bool hasGlobalContext() - * @method static void withGlobalContext(callable $callback) - * @method static void withContext($siteId, callable $callback) + * @method static mixed withGlobalContext(callable $callback) + * @method static mixed withContext($siteId, callable $callback) * @method static mixed getSiteFromBrowser(string $acceptLanguage) * @method static mixed getSiteForLocale(string $locale) * @method static void resetCache()