File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 96
96
* @method static void flush()
97
97
* @method static string getNamespace()
98
98
* @method static \Illuminate\Contracts\Container\ContextualBindingBuilder when(array|string $concrete)
99
+ * @method static void whenHasAttribute(string $attribute, \Closure $handler)
99
100
* @method static bool has(string $id)
100
101
* @method static bool isShared(string $abstract)
101
102
* @method static bool isAlias(string $name)
125
126
* @method static void beforeResolving(\Closure|string $abstract, \Closure|null $callback = null)
126
127
* @method static void resolving(\Closure|string $abstract, \Closure|null $callback = null)
127
128
* @method static void afterResolving(\Closure|string $abstract, \Closure|null $callback = null)
129
+ * @method static void afterResolvingAttribute(string $attribute, \Closure $callback)
128
130
* @method static array getBindings()
129
131
* @method static string getAlias(string $abstract)
130
132
* @method static void forgetExtenders(string $abstract)
You can’t perform that action at this time.
0 commit comments