Skip to content

Commit

Permalink
[6.x] add make method to App facade (#36574)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored Mar 12, 2021
1 parent 3871a44 commit be86b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* @method static \Illuminate\Support\ServiceProvider register(\Illuminate\Support\ServiceProvider|string $provider, bool $force = false)
* @method static void registerDeferredProvider(string $provider, string $service = null)
* @method static \Illuminate\Support\ServiceProvider resolveProvider(string $provider)
* @method static mixed make($abstract, array $parameters = [])
* @method static void boot()
* @method static void booting(callable $callback)
* @method static void booted(callable $callback)
Expand Down

0 comments on commit be86b91

Please sign in to comment.