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 6a5d5e5 commit 8d1b576Copy full SHA for 8d1b576
src/Inertia.php
@@ -14,7 +14,6 @@
14
* @method static void version(\Closure|string|null $version)
15
* @method static string getVersion()
16
* @method static void resolveUrlUsing(\Closure|null $urlResolver = null)
17
- * @method static void resolveOncePropsUsing(\Closure|null $urlResolver = null)
18
* @method static \Inertia\OptionalProp optional(callable $callback)
19
* @method static \Inertia\LazyProp lazy(callable $callback)
20
* @method static \Inertia\DeferProp defer(callable $callback, string $group = 'default')
0 commit comments