Skip to content

Commit

Permalink
if a unix_setting is set, it will now be passed on in the config-arra…
Browse files Browse the repository at this point in the history
…y for phinx
  • Loading branch information
David Albrecht committed Jul 7, 2015
1 parent 09d5c68 commit ca24ce2
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 ca24ce2

Please sign in to comment.