mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
don't forget tasks
This commit is contained in:
parent
1d493ca122
commit
4c66db253a
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ class UpgradeShell extends Shell {
|
|||
'tests' . DS . 'cases' => 'tests' . DS . 'Case',
|
||||
'tests' . DS . 'fixtures' => 'tests' . DS . 'Fixture',
|
||||
'vendors' . DS . 'shells' . DS . 'templates' => 'Console' . DS . 'templates',
|
||||
'vendors' . DS . 'shells' . DS . 'tasks' => 'Console' . DS . 'Command' . DS . 'Task',
|
||||
'vendors' . DS . 'shells' => 'Console' . DS . 'Command',
|
||||
'views' . DS . 'helpers' => 'View' . DS . 'Helper',
|
||||
'views' => 'View'
|
||||
|
|
Loading…
Reference in a new issue