@@ -86,7 +86,7 @@ |
||
86 | 86 | $this->perPage = config('xetaravel.pagination.blog.article_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.blog.article', [ |
92 | 92 | 'articles' => $this->rows |