mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
parent
95b74bd9ef
commit
810fd28186
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ class ConsoleShell extends AppShell {
|
|||
|
||||
foreach ($this->models as $model) {
|
||||
$class = $model;
|
||||
$this->models[$model] = $class;
|
||||
App::uses($class, 'Model');
|
||||
$this->{$class} = new $class();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue