Skip to content

Commit

Permalink
Add shared method to the View facade (#42722)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrorocker authored Jun 9, 2022
1 parent e0e516c commit 93ff645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* @method static array creator(array|string $views, \Closure|string $callback)
* @method static bool exists(string $view)
* @method static mixed share(array|string $key, $value = null)
* @method static mixed shared(string $key, $default = null)
*
* @see \Illuminate\View\Factory
*/
Expand Down

0 comments on commit 93ff645

Please sign in to comment.