Skip to content

Commit d978117

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent cb64466 commit d978117

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/App.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
* @method static void flush()
9797
* @method static string getNamespace()
9898
* @method static \Illuminate\Contracts\Container\ContextualBindingBuilder when(array|string $concrete)
99+
* @method static void whenHasAttribute(string $attribute, \Closure $handler)
99100
* @method static bool has(string $id)
100101
* @method static bool isShared(string $abstract)
101102
* @method static bool isAlias(string $name)
@@ -125,6 +126,7 @@
125126
* @method static void beforeResolving(\Closure|string $abstract, \Closure|null $callback = null)
126127
* @method static void resolving(\Closure|string $abstract, \Closure|null $callback = null)
127128
* @method static void afterResolving(\Closure|string $abstract, \Closure|null $callback = null)
129+
* @method static void afterResolvingAttribute(string $attribute, \Closure $callback)
128130
* @method static array getBindings()
129131
* @method static string getAlias(string $abstract)
130132
* @method static void forgetExtenders(string $abstract)

0 commit comments

Comments
 (0)