@@ -70,10 +70,10 @@ |
||
70 | 70 | protected function connect(array $config): void |
71 | 71 | { |
72 | 72 | $host = 'mysql' . |
73 | - ':host=' . $config['host'] . |
|
74 | - ';port=' . $config['port'] . |
|
73 | + ':host=' . $config['host'] . |
|
74 | + ';port=' . $config['port'] . |
|
75 | 75 | ';dbname=' . $config['dbname'] . |
76 | - ';charset='. $config['charset']; |
|
76 | + ';charset=' . $config['charset']; |
|
77 | 77 | |
78 | 78 | $user = $config['user']; |
79 | 79 | $pass = $config['pass']; |