mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
Remove some spacial overkill
This commit is contained in:
parent
0cdef75060
commit
ec619eec04
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->hr();
|
||||
$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', "Host: %s", $host));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue