Skip to content

Commit

Permalink
update: 修复兼容性
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Aug 12, 2023
1 parent b3b6bae commit 87665c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhinxConfigBridge.php
Expand Up @@ -57,7 +57,7 @@ protected function loadConfig(App $app)
];
} else {
$environments[$name] = [
'connection' => $db->connect($name)->getConnection()->connect(),
'connection' => $db->connect($name)->connect(),
'name' => $connection['database'],
'table_prefix' => $connection['prefix'],
];
Expand Down

0 comments on commit 87665c9

Please sign in to comment.