Skip to content

Commit

Permalink
add array to URL action method argument (laravel#35787)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabist committed Jan 5, 2021
1 parent 1fa20dd commit 74f1bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Facades/URL.php
Expand Up @@ -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()
Expand Down

0 comments on commit 74f1bdc

Please sign in to comment.