From 20b42919765557858af06a5c6e6ef50e92a0193a Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Tue, 27 Jun 2023 21:39:12 +0000 Subject: [PATCH] Update facade docblocks --- src/Illuminate/Support/Facades/App.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Illuminate/Support/Facades/App.php b/src/Illuminate/Support/Facades/App.php index df634ebc4b6e..517325f38258 100755 --- a/src/Illuminate/Support/Facades/App.php +++ b/src/Illuminate/Support/Facades/App.php @@ -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) @@ -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)