Skip to content

Commit e63fdc7

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 16bf809 commit e63fdc7

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

src/Illuminate/Support/Facades/App.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@
8383
* @method static bool providerIsLoaded(string $provider)
8484
* @method static array getDeferredServices()
8585
* @method static void setDeferredServices(array $services)
86-
* @method static void addDeferredServices(array $services)
8786
* @method static bool isDeferredService(string $service)
87+
* @method static void addDeferredServices(array $services)
88+
* @method static void removeDeferredServices(array $services)
8889
* @method static void provideFacades(string $namespace)
8990
* @method static string getLocale()
9091
* @method static string currentLocale()

0 commit comments

Comments
 (0)