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.
shared
1 parent e0e516c commit 93ff645Copy full SHA for 93ff645
src/Illuminate/Support/Facades/View.php
@@ -13,6 +13,7 @@
13
* @method static array creator(array|string $views, \Closure|string $callback)
14
* @method static bool exists(string $view)
15
* @method static mixed share(array|string $key, $value = null)
16
+ * @method static mixed shared(string $key, $default = null)
17
*
18
* @see \Illuminate\View\Factory
19
*/
0 commit comments