Passed
Pull Request — master (#95)
by Fèvre
11:47 queued 06:13
created
app/Livewire/Admin/Blog/CreateArticle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
             ->success('Your article has been created successfully !');
75 75
     }
76 76
 
77
-    public function render(): View|Application|Factory|\Illuminate\View\View
77
+    public function render(): View | Application | Factory | \Illuminate\View\View
78 78
     {
79 79
         return view('livewire.admin.blog.create-article');
80 80
     }
Please login to merge, or discard this patch.