@@ -40,7 +40,7 @@ |
||
| 40 | 40 | /** |
| 41 | 41 | * Get the view / contents that represent the component. |
| 42 | 42 | */ |
| 43 | - public function render(): View|Closure|string |
|
| 43 | + public function render(): View | Closure | string |
|
| 44 | 44 | { |
| 45 | 45 | return view('components.header'); |
| 46 | 46 | } |