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 e5ee809 commit 9667dcaCopy full SHA for 9667dca
src/Inertia.php
@@ -7,7 +7,7 @@
7
/**
8
* @method static void setRootView($name)
9
* @method static void share($key, $value = null)
10
- * @method static array getShared($key = null)
+ * @method static array getShared($key = null, $default = null)
11
* @method static void version($version)
12
* @method static int|string getVersion()
13
* @method static \Inertia\Response render($component, $props = [])
0 commit comments