Passed
Push — 5.0.0 ( 580cb8...19859a )
by Fèvre
05:24
created
app/Livewire/Admin/Blog/Article.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.