Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 44946e3

Browse files
committed
fix return type
1 parent e1ef403 commit 44946e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Livewire/Menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function mount(\LLoadoutInforce\Models\Menu $menu) : void
3838
$this->parents = $parents->sortBy('order')->pluck('name', 'id')->toArray();
3939
}
4040

41-
public function render() : \View
41+
public function render() : \Illuminate\View\View
4242
{
4343
$menus = \LLoadoutInforce\Models\Menu::with('menu.menu.menu')->orderBy('sort_order')->get();
4444
$parents = $this->parents;

0 commit comments

Comments
 (0)