mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #1084 from petteyg/bakedbtabspace
Remove some spacial overkill
This commit is contained in:
commit
d6e2d38225
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class DbConfigTask extends AppShell {
|
||||||
$this->out(__d('cake_console', 'The following database configuration will be created:'));
|
$this->out(__d('cake_console', 'The following database configuration will be created:'));
|
||||||
$this->hr();
|
$this->hr();
|
||||||
$this->out(__d('cake_console', "Name: %s", $name));
|
$this->out(__d('cake_console', "Name: %s", $name));
|
||||||
$this->out(__d('cake_console', "Datasource: %s", $datasource));
|
$this->out(__d('cake_console', "Datasource: %s", $datasource));
|
||||||
$this->out(__d('cake_console', "Persistent: %s", $persistent));
|
$this->out(__d('cake_console', "Persistent: %s", $persistent));
|
||||||
$this->out(__d('cake_console', "Host: %s", $host));
|
$this->out(__d('cake_console', "Host: %s", $host));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue