File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(Collection $items)
2525 /**
2626 * Get the view / contents that represents the component.
2727 *
28- * @return \Illuminate\View\View
28+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable|\Illuminate\Contracts\ View\View|string
2929 */
3030 public function render ()
3131 {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(Item $item)
2525 /**
2626 * Get the view / contents that represents the component.
2727 *
28- * @return \Illuminate\View\View
28+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable|\Illuminate\Contracts\ View\View|string
2929 */
3030 public function render ()
3131 {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(Item $item)
2525 /**
2626 * Get the view / contents that represents the component.
2727 *
28- * @return \Illuminate\View\View
28+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable|\Illuminate\Contracts\ View\View|string
2929 */
3030 public function render ()
3131 {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function __construct(Item $item)
3333 /**
3434 * Get the view / contents that represents the component.
3535 *
36- * @return \Illuminate\View\View
36+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable|\Illuminate\Contracts\ View\View|string
3737 */
3838 public function render ()
3939 {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(MenusManagerItem $item)
2525 /**
2626 * Get the view / contents that represents the component.
2727 *
28- * @return \Illuminate\View\View
28+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable|\Illuminate\Contracts\ View\View|string
2929 */
3030 public function render ()
3131 {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function __construct($name)
3838 /**
3939 * Get the view / contents that represents the component.
4040 *
41- * @return \Illuminate\View\View
41+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable|\Illuminate\Contracts\ View\View|string
4242 */
4343 public function render ()
4444 {
You can’t perform that action at this time.
0 commit comments