File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 14
14
* @method static \Illuminate\Pipeline\Pipeline setContainer(\Illuminate\Contracts\Container\Container $container)
15
15
* @method static \Illuminate\Pipeline\Pipeline|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
16
16
* @method static \Illuminate\Pipeline\Pipeline|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
17
+ * @method static void macro(string $name, object|callable $macro)
18
+ * @method static void mixin(object $mixin, bool $replace = true)
19
+ * @method static bool hasMacro(string $name)
20
+ * @method static void flushMacros()
17
21
*
18
22
* @see \Illuminate\Pipeline\Pipeline
19
23
*/
You can’t perform that action at this time.
0 commit comments