mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing unused variable.
This commit is contained in:
parent
40ebdf8aac
commit
1cc3a6ecfb
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class ControllerTask extends Shell {
|
|||
$ds = $this->params['connection'];
|
||||
}
|
||||
$this->interactive = false;
|
||||
$controllers = $this->listAll($ds, false);
|
||||
$this->listAll($ds, false);
|
||||
foreach ($this->__tables as $table) {
|
||||
$model = $this->_modelName($table);
|
||||
$controller = $this->_controllerName($model);
|
||||
|
|
Loading…
Reference in a new issue