@@ -28,7 +28,7 @@ |
||
28 | 28 | /** |
29 | 29 | * Get the view / contents that represent the component. |
30 | 30 | */ |
31 | - public function render(): View|Closure|string |
|
31 | + public function render(): View | Closure | string |
|
32 | 32 | { |
33 | 33 | return view('components.modal'); |
34 | 34 | } |
@@ -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 | } |