Skip to content

Commit ecae223

Browse files
jessarchergithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent b79dadf commit ecae223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Inertia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @method static string getVersion()
1414
* @method static \Inertia\LazyProp lazy(callable $callback)
1515
* @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)
16+
* @method static \Symfony\Component\HttpFoundation\Response location(string|\Symfony\Component\HttpFoundation\RedirectResponse $url)
1717
* @method static void macro(string $name, object|callable $macro)
1818
* @method static void mixin(object $mixin, bool $replace = true)
1919
* @method static bool hasMacro(string $name)

0 commit comments

Comments
 (0)