@@ -19,7 +19,7 @@ discard block |
||
| 19 | 19 | $this->uuid = md5(serialize($this)); |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | - public function icon(): string|Stringable |
|
| 22 | + public function icon(): string | Stringable |
|
| 23 | 23 | { |
| 24 | 24 | $name = Str::of($this->name); |
| 25 | 25 | |
@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | /** |
| 36 | 36 | * Get the view / contents that represent the component. |
| 37 | 37 | */ |
| 38 | - public function render(): View|Closure|string |
|
| 38 | + public function render(): View | Closure | string |
|
| 39 | 39 | { |
| 40 | 40 | return view('components.icon'); |
| 41 | 41 | } |
@@ -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 | } |