@@ -12,6 +12,6 @@ |
||
12 | 12 | { |
13 | 13 | $this->errors = $errors; |
14 | 14 | |
15 | - parent::__construct('The given data failed to pass validation. ' . print_r($this->errors, true)); |
|
15 | + parent::__construct('The given data failed to pass validation. '.print_r($this->errors, true)); |
|
16 | 16 | } |
17 | 17 | } |