mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +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(
|
'locales' => array(
|
||||||
'%s' . 'locale' . DS
|
'%s' . 'locale' . DS
|
||||||
),
|
),
|
||||||
'vendors' => array('%s' . 'vendors' . DS, VENDORS),
|
'vendors' => array('%s' . 'Vendor' . DS, VENDORS),
|
||||||
'plugins' => array(
|
'plugins' => array(
|
||||||
APP . 'plugins' . DS,
|
APP . 'Plugin' . DS,
|
||||||
dirname(dirname(CAKE)) . DS . 'plugins' . 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