We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df12d1 commit d99a857Copy full SHA for d99a857
src/Illuminate/Support/Facades/Route.php
@@ -80,6 +80,7 @@
80
* @method static bool hasMacro(string $name)
81
* @method static void flushMacros()
82
* @method static mixed macroCall(string $method, array $parameters)
83
+ * @method static void tap(callable|null $callback = null)
84
* @method static \Illuminate\Routing\RouteRegistrar attribute(string $key, mixed $value)
85
* @method static \Illuminate\Routing\RouteRegistrar whereAlpha(array|string $parameters)
86
* @method static \Illuminate\Routing\RouteRegistrar whereAlphaNumeric(array|string $parameters)
0 commit comments