Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[6.x] add make method to App facade
  • Loading branch information
DeepDiver1975 committed Mar 12, 2021
commit d3461be72181c61852461f6cbd571495e96f94f7
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