Skip to content

Commit

Permalink
Facades/URL phpdoc update (#36307)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdauchy authored Feb 18, 2021
1 parent 16ab323 commit a48d4b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Support/Facades/URL.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [])
Expand Down

0 comments on commit a48d4b8

Please sign in to comment.