mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-05 06:13:36 +00:00
parent
d56cc43cc5
commit
f3b990bf0f
5 changed files with 5 additions and 5 deletions
lib/Cake/Console/Command/Task
|
@ -126,7 +126,7 @@ class ControllerTask extends BakeTask {
|
|||
protected function _interactive() {
|
||||
$this->interactive = true;
|
||||
$this->hr();
|
||||
$this->out(__d('cake_console', "Bake Controller\nPath: %s", $this->path));
|
||||
$this->out(__d('cake_console', "Bake Controller\nPath: %s", $this->getPath()));
|
||||
$this->hr();
|
||||
|
||||
if (empty($this->connection)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue