@@ -39,7 +39,7 @@ |
||
39 | 39 | /** |
40 | 40 | * Get the view / contents that represent the component. |
41 | 41 | */ |
42 | - public function render(): View|Closure|string |
|
42 | + public function render(): View | Closure | string |
|
43 | 43 | { |
44 | 44 | return view('components.checkbox'); |
45 | 45 | } |
@@ -18,7 +18,7 @@ |
||
18 | 18 | /** |
19 | 19 | * Get the view / contents that represent the component. |
20 | 20 | */ |
21 | - public function render(): View|Closure|string |
|
21 | + public function render(): View | Closure | string |
|
22 | 22 | { |
23 | 23 | return view('components.theme-toggle'); |
24 | 24 | } |