mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing DbConfigTask to produce correct configurations
This commit is contained in:
parent
f51be0a82c
commit
d49096aab9
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class DbConfigTask extends Shell {
|
|||
|
||||
$oldConfigs[] = array(
|
||||
'name' => $configName,
|
||||
'driver' => $info['driver'],
|
||||
'datasource' => $info['datasource'],
|
||||
'persistent' => $info['persistent'],
|
||||
'host' => $info['host'],
|
||||
'port' => $info['port'],
|
||||
|
|
Loading…
Reference in a new issue