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 1ba4a0d commit fd02bc9Copy full SHA for fd02bc9
src/Inertia.php
@@ -7,12 +7,13 @@
7
/**
8
* @method static void setRootView(string $name)
9
* @method static void share($key, $value = null)
10
- * @method static array getShared($key = null, $default = null)
+ * @method static array getShared(string $key = null, $default = null)
11
+ * @method static array flushShared()
12
* @method static void version($version)
13
* @method static int|string getVersion()
14
+ * @method static LazyProp lazy(callable $callback)
15
* @method static Response render($component, array $props = [])
16
* @method static \Illuminate\Http\Response location(string $url)
- * @method static LazyProp lazy(callable $callback)
17
*
18
* @see \Inertia\ResponseFactory
19
*/
0 commit comments