@@ -37,7 +37,8 @@ |
||
37 | 37 | { |
38 | 38 | try { |
39 | 39 | $this->db = connection::get_em()->getConnection()->getNativeConnection(); |
40 | - } catch (\Exception $e) { |
|
40 | + } |
|
41 | + catch (\Exception $e) { |
|
41 | 42 | $this->db = $this->create_connection($input, $output); |
42 | 43 | } |
43 | 44 |