@@ -23,7 +23,7 @@ |
||
23 | 23 | /** |
24 | 24 | * Get the view / contents that represent the component. |
25 | 25 | */ |
26 | - public function render(): View|Closure|string |
|
26 | + public function render(): View | Closure | string |
|
27 | 27 | { |
28 | 28 | return view('components.form'); |
29 | 29 | } |
@@ -62,7 +62,7 @@ |
||
62 | 62 | /** |
63 | 63 | * Get the view / contents that represent the component. |
64 | 64 | */ |
65 | - public function render(): View|Closure|string |
|
65 | + public function render(): View | Closure | string |
|
66 | 66 | { |
67 | 67 | return view('components.input'); |
68 | 68 | } |