mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
commit
4d35d634c8
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ class ShellDispatcher {
|
|||
$class = Inflector::camelize($shell) . 'Shell';
|
||||
|
||||
App::uses('Shell', 'Console');
|
||||
App::uses('AppShell', 'Console');
|
||||
App::uses($class, $plugin . 'Console/Command');
|
||||
|
||||
if (!class_exists($class)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue