Skip to content

Commit 9667dca

Browse files
authored
Update docblock for getShared method
1 parent e5ee809 commit 9667dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Inertia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* @method static void setRootView($name)
99
* @method static void share($key, $value = null)
10-
* @method static array getShared($key = null)
10+
* @method static array getShared($key = null, $default = null)
1111
* @method static void version($version)
1212
* @method static int|string getVersion()
1313
* @method static \Inertia\Response render($component, $props = [])

0 commit comments

Comments
 (0)