@@ -39,7 +39,7 @@ |
||
39 | 39 | */ |
40 | 40 | public bool $showModal = false; |
41 | 41 | |
42 | - public function render(): View|Application|Factory|\Illuminate\View\View |
|
42 | + public function render(): View | Application | Factory | \Illuminate\View\View |
|
43 | 43 | { |
44 | 44 | // Select only the roles attached to this site or the roles without assigned site_id. |
45 | 45 | $roles = Role::where('level', '<=', auth()->user()->level) |
@@ -86,7 +86,7 @@ |
||
86 | 86 | $this->perPage = config('xetaravel.pagination.user.user_per_page', $this->perPage); |
87 | 87 | } |
88 | 88 | |
89 | - public function render(): View|Application|Factory|\Illuminate\View\View |
|
89 | + public function render(): View | Application | Factory | \Illuminate\View\View |
|
90 | 90 | { |
91 | 91 | return view('livewire.admin.user.user', [ |
92 | 92 | 'users' => $this->rows |