From b883307500082220a9fc3abc59c619404f3e422e Mon Sep 17 00:00:00 2001 From: vdauchy <26772554+vdauchy@users.noreply.github.com> Date: Wed, 17 Feb 2021 21:13:01 -0500 Subject: [PATCH] Facades/URL phpdoc update --- src/Illuminate/Support/Facades/URL.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Illuminate/Support/Facades/URL.php b/src/Illuminate/Support/Facades/URL.php index 05866345fea5..7d9941d7c027 100755 --- a/src/Illuminate/Support/Facades/URL.php +++ b/src/Illuminate/Support/Facades/URL.php @@ -10,6 +10,8 @@ * @method static string secureAsset(string $path) * @method static string current() * @method static string full() + * @method static void macro(string $name, object|callable $macro) + * @method static void mixin(object $mixin, bool $replace = true) * @method static string previous($fallback = false) * @method static string route(string $name, $parameters = [], bool $absolute = true) * @method static string secure(string $path, array $parameters = [])