Skip to content

Commit

Permalink
Merge pull request #96 from davalb/master
Browse files Browse the repository at this point in the history
if a unix_socket is set, it will now be passed on in the config-array
  • Loading branch information
lorenzo committed Jul 7, 2015
2 parents 09d5c68 + ca24ce2 commit 3342ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ConfigurationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public function getConfig()
'port' => isset($config['port']) ? $config['port'] : null,
'name' => $config['database'],
'charset' => isset($config['encoding']) ? $config['encoding'] : null,
'unix_socket' => isset($config['unix_socket']) ? $config['unix_socket'] : null,
]
]
]);
Expand Down

0 comments on commit 3342ab6

Please sign in to comment.