diff --git a/src/Illuminate/Support/Facades/URL.php b/src/Illuminate/Support/Facades/URL.php index 9e11006d8697..05866345fea5 100755 --- a/src/Illuminate/Support/Facades/URL.php +++ b/src/Illuminate/Support/Facades/URL.php @@ -5,7 +5,7 @@ /** * @method static \Illuminate\Contracts\Routing\UrlGenerator setRootControllerNamespace(string $rootNamespace) * @method static bool hasValidSignature(\Illuminate\Http\Request $request, bool $absolute = true) - * @method static string action(string $action, $parameters = [], bool $absolute = true) + * @method static string action(string|array $action, $parameters = [], bool $absolute = true) * @method static string asset(string $path, bool $secure = null) * @method static string secureAsset(string $path) * @method static string current()