Skip to content

Commit

Permalink
Fixes hint
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed May 29, 2024
1 parent 5879adb commit b005ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Support/Facades/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b005ac2

Please sign in to comment.