@@ -74,7 +74,7 @@ |
||
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 | } |