Skip to content

Commit be86b91

Browse files
[6.x] add make method to App facade (#36574)
1 parent 3871a44 commit be86b91

File tree

1 file changed

+1
-0
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/App.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* @method static \Illuminate\Support\ServiceProvider register(\Illuminate\Support\ServiceProvider|string $provider, bool $force = false)
2020
* @method static void registerDeferredProvider(string $provider, string $service = null)
2121
* @method static \Illuminate\Support\ServiceProvider resolveProvider(string $provider)
22+
* @method static mixed make($abstract, array $parameters = [])
2223
* @method static void boot()
2324
* @method static void booting(callable $callback)
2425
* @method static void booted(callable $callback)

0 commit comments

Comments
 (0)