Skip to content

Commit 9134598

Browse files
authored
Merge pull request #179 from mrmonat/patch-1
Add new lazy method to Facade's Docblock
2 parents c153877 + 4564f71 commit 9134598

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
@@ -12,6 +12,7 @@
1212
* @method static int|string getVersion()
1313
* @method static \Inertia\Response render($component, $props = [])
1414
* @method static \Illuminate\Http\Response location($url)
15+
* @method static \Inertia\LazyProp lazy(callable $callback)
1516
*
1617
* @see \Inertia\ResponseFactory
1718
*/

0 commit comments

Comments
 (0)