@@ -38,7 +38,7 @@ |
||
38 | 38 | */ |
39 | 39 | public function attach() |
40 | 40 | { |
41 | - $connection = new ModernConnection(); |
|
41 | + $connection = new ModernConnection(); |
|
42 | 42 | $connection->connect($this->resolveApplication()); |
43 | 43 | |
44 | 44 | return $connection; |
@@ -16,7 +16,7 @@ |
||
16 | 16 | } |
17 | 17 | |
18 | 18 | $this->success = (bool) $success; |
19 | - $this->errors = (array)$errors; |
|
19 | + $this->errors = (array) $errors; |
|
20 | 20 | } |
21 | 21 | |
22 | 22 | /** |