|
|
@@ -220,7 +220,7 @@ class Shell extends Object {
|
|
|
if ($this->uses === null || $this->uses === false) {
|
|
|
return;
|
|
|
}
|
|
|
- App::import('Core', 'ClassRegistry');
|
|
|
+ App::uses('ClassRegistry', 'Utility');
|
|
|
|
|
|
if ($this->uses !== true && !empty($this->uses)) {
|
|
|
$uses = is_array($this->uses) ? $this->uses : array($this->uses);
|