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 b79dadf commit ecae223Copy full SHA for ecae223
src/Inertia.php
@@ -13,7 +13,7 @@
13
* @method static string getVersion()
14
* @method static \Inertia\LazyProp lazy(callable $callback)
15
* @method static \Inertia\Response render(string $component, array|\Illuminate\Contracts\Support\Arrayable $props = [])
16
- * @method static \Symfony\Component\HttpFoundation\Response location(string|\Illuminate\Http\RedirectResponse $url)
+ * @method static \Symfony\Component\HttpFoundation\Response location(string|\Symfony\Component\HttpFoundation\RedirectResponse $url)
17
* @method static void macro(string $name, object|callable $macro)
18
* @method static void mixin(object $mixin, bool $replace = true)
19
* @method static bool hasMacro(string $name)
0 commit comments