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 1414 * @method static \Illuminate\Pipeline\Pipeline setContainer(\Illuminate\Contracts\Container\Container $container)
1515 * @method static \Illuminate\Pipeline\Pipeline|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
1616 * @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()
1721 *
1822 * @see \Illuminate\Pipeline\Pipeline
1923 */
You can’t perform that action at this time.
0 commit comments