Skip to content

Commit

Permalink
Add new lazy method to Facade's Docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmonat authored Oct 30, 2020
1 parent c153877 commit 4564f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Inertia.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* @method static int|string getVersion()
* @method static \Inertia\Response render($component, $props = [])
* @method static \Illuminate\Http\Response location($url)
* @method static \Inertia\LazyProp lazy(callable $callback)
*
* @see \Inertia\ResponseFactory
*/
Expand Down

0 comments on commit 4564f71

Please sign in to comment.