@@ -241,9 +241,9 @@ discard block |
||
241 | 241 | $key = [$key => $value]; |
242 | 242 | } |
243 | 243 | |
244 | - if (isset($key['errors'])) { |
|
245 | - $this->withErrors($key['errors']); |
|
246 | - } |
|
244 | + if (isset($key['errors'])) { |
|
245 | + $this->withErrors($key['errors']); |
|
246 | + } |
|
247 | 247 | |
248 | 248 | return $this->addData($key, $context); |
249 | 249 | } |
@@ -268,7 +268,7 @@ discard block |
||
268 | 268 | $errors = new ErrorBag($messages); |
269 | 269 | } |
270 | 270 | |
271 | - $this->adapter->setVar('errors', $errors); |
|
271 | + $this->adapter->setVar('errors', $errors); |
|
272 | 272 | |
273 | 273 | return $this; |
274 | 274 | } |