@@ -68,7 +68,7 @@ |
||
68 | 68 | ->success("The badge $badge->name has been created successfully !"); |
69 | 69 | } |
70 | 70 | |
71 | - public function render(): View|Application|Factory|\Illuminate\View\View |
|
71 | + public function render(): View | Application | Factory | \Illuminate\View\View |
|
72 | 72 | { |
73 | 73 | return view('livewire.admin.badge.create-badge'); |
74 | 74 | } |
@@ -77,7 +77,7 @@ |
||
77 | 77 | ->success("The badge $badge->name has been updated successfully !"); |
78 | 78 | } |
79 | 79 | |
80 | - public function render(): View|Application|Factory|\Illuminate\View\View |
|
80 | + public function render(): View | Application | Factory | \Illuminate\View\View |
|
81 | 81 | { |
82 | 82 | return view('livewire.admin.badge.update-badge'); |
83 | 83 | } |
@@ -80,7 +80,7 @@ |
||
80 | 80 | 'created_at' |
81 | 81 | ]; |
82 | 82 | |
83 | - public function render(): View|Application|Factory|\Illuminate\View\View |
|
83 | + public function render(): View | Application | Factory | \Illuminate\View\View |
|
84 | 84 | { |
85 | 85 | return view('livewire.admin.badge.badge', [ |
86 | 86 | 'badges' => $this->rows |