Completed
Pull Request — master (#396)
by Ben
110:37 queued 73:11
created
src/Fields/Types/AbstractField.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -164,9 +164,9 @@
 block discarded – undo
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
Please login to merge, or discard this patch.