mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Renaming more folders
This commit is contained in:
parent
900dfef2f7
commit
ded3cb4826
239 changed files with 4 additions and 3 deletions
|
@ -311,10 +311,11 @@ class App {
|
|||
'locales' => array(
|
||||
'%s' . 'locale' . DS
|
||||
),
|
||||
'vendors' => array('%s' . 'vendors' . DS, VENDORS),
|
||||
'vendors' => array('%s' . 'Vendor' . DS, VENDORS),
|
||||
'plugins' => array(
|
||||
APP . 'plugins' . DS,
|
||||
dirname(dirname(CAKE)) . DS . 'plugins' . DS
|
||||
APP . 'Plugin' . DS,
|
||||
APP . 'plugin' . DS,
|
||||
dirname(dirname(CAKE)) . DS . 'Plugin' . DS,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue