Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Jun 27, 2023
1 parent 36749df commit 20b4291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Support/Facades/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @method static \Illuminate\Foundation\Application useAppPath(string $path)
* @method static string basePath(string $path = '')
* @method static string bootstrapPath(string $path = '')
* @method static string getBootstrapProvidersPath()
* @method static \Illuminate\Foundation\Application useBootstrapPath(string $path)
* @method static string configPath(string $path = '')
* @method static \Illuminate\Foundation\Application useConfigPath(string $path)
Expand All @@ -41,6 +42,7 @@
* @method static bool runningInConsole()
* @method static bool runningUnitTests()
* @method static bool hasDebugModeEnabled()
* @method static void registered(callable $callback)
* @method static void registerConfiguredProviders()
* @method static \Illuminate\Support\ServiceProvider register(\Illuminate\Support\ServiceProvider|string $provider, bool $force = false)
* @method static \Illuminate\Support\ServiceProvider|null getProvider(\Illuminate\Support\ServiceProvider|string $provider)
Expand Down

0 comments on commit 20b4291

Please sign in to comment.