Skip to content

Commit

Permalink
Merge pull request #179 from mrmonat/patch-1
Browse files Browse the repository at this point in the history
Add new lazy method to Facade's Docblock
  • Loading branch information
reinink authored Oct 30, 2020
2 parents c153877 + 4564f71 commit 9134598
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 9134598

Please sign in to comment.