We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7771d14 commit 6c184acCopy full SHA for 6c184ac
src/Illuminate/Support/Facades/App.php
@@ -130,6 +130,7 @@
130
* @method static void afterResolving(\Closure|string $abstract, \Closure|null $callback = null)
131
* @method static void afterResolvingAttribute(string $attribute, \Closure $callback)
132
* @method static void fireAfterResolvingAttributeCallbacks(\ReflectionAttribute[] $attributes, mixed $object)
133
+ * @method static string|null currentlyResolving()
134
* @method static array getBindings()
135
* @method static string getAlias(string $abstract)
136
* @method static void forgetExtenders(string $abstract)
0 commit comments