@@ -164,9 +164,9 @@ |
||
| 164 | 164 | |
| 165 | 165 | public function prepend($prepend): Field |
| 166 | 166 | { |
| 167 | - $this->prepend = $prepend; |
|
| 167 | + $this->prepend = $prepend; |
|
| 168 | 168 | |
| 169 | - return $this; |
|
| 169 | + return $this; |
|
| 170 | 170 | } |
| 171 | 171 | |
| 172 | 172 | public function getPrepend(?string $locale = null): ?string |