mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
parent
744952e344
commit
0003296f42
1 changed files with 3 additions and 1 deletions
|
@ -875,10 +875,12 @@ class App {
|
|||
'Vendor' => array(
|
||||
'%s' . 'Vendor' . DS,
|
||||
ROOT . DS . 'vendors' . DS,
|
||||
dirname(dirname(CAKE)) . DS . 'vendors' . DS
|
||||
),
|
||||
'Plugin' => array(
|
||||
APP . 'Plugin' . DS,
|
||||
ROOT . DS . 'plugins' . DS
|
||||
ROOT . DS . 'plugins' . DS,
|
||||
dirname(dirname(CAKE)) . DS . 'plugins' . DS
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue