mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding AppShell to the ignored shell list in CommandListShell.
This commit is contained in:
parent
b914709f32
commit
0d7ecea6cb
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class CommandListShell extends Shell {
|
|||
continue;
|
||||
}
|
||||
foreach ($shells as $shell) {
|
||||
if ($shell !== 'shell.php') {
|
||||
if ($shell !== 'shell.php' && $shell !== 'app_shell.php') {
|
||||
$shell = str_replace('.php', '', $shell);
|
||||
$shellList[$shell][$type] = $type;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue