Skip to content

Commit 8293195

Browse files
Merge pull request #780 from inertiajs/scroll-facade-doc-method
Add docblock to Inertia Facade for `scroll`
2 parents de77c71 + 84974a6 commit 8293195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Inertia.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* @method static void version(\Closure|string|null $version)
1515
* @method static string getVersion()
1616
* @method static void resolveUrlUsing(\Closure|null $urlResolver = null)
17+
* @method static \Inertia\ScrollProp<mixed> scroll(mixed $value, string $wrapper = 'data', \Inertia\ProvidesScrollMetadata|callable|null $metadata = null)
1718
* @method static \Inertia\OptionalProp optional(callable $callback)
1819
* @method static \Inertia\LazyProp lazy(callable $callback)
1920
* @method static \Inertia\DeferProp defer(callable $callback, string $group = 'default')

0 commit comments

Comments
 (0)