Skip to content

Commit 93ff645

Browse files
authored
Add shared method to the View facade (#42722)
1 parent e0e516c commit 93ff645

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/View.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* @method static array creator(array|string $views, \Closure|string $callback)
1414
* @method static bool exists(string $view)
1515
* @method static mixed share(array|string $key, $value = null)
16+
* @method static mixed shared(string $key, $default = null)
1617
*
1718
* @see \Illuminate\View\Factory
1819
*/

0 commit comments

Comments
 (0)