We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3871a44 commit be86b91Copy full SHA for be86b91
src/Illuminate/Support/Facades/App.php
@@ -19,6 +19,7 @@
19
* @method static \Illuminate\Support\ServiceProvider register(\Illuminate\Support\ServiceProvider|string $provider, bool $force = false)
20
* @method static void registerDeferredProvider(string $provider, string $service = null)
21
* @method static \Illuminate\Support\ServiceProvider resolveProvider(string $provider)
22
+ * @method static mixed make($abstract, array $parameters = [])
23
* @method static void boot()
24
* @method static void booting(callable $callback)
25
* @method static void booted(callable $callback)
0 commit comments