mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
parent
744952e344
commit
0003296f42
1 changed files with 3 additions and 1 deletions
|
@ -875,10 +875,12 @@ class App {
|
||||||
'Vendor' => array(
|
'Vendor' => array(
|
||||||
'%s' . 'Vendor' . DS,
|
'%s' . 'Vendor' . DS,
|
||||||
ROOT . DS . 'vendors' . DS,
|
ROOT . DS . 'vendors' . DS,
|
||||||
|
dirname(dirname(CAKE)) . DS . 'vendors' . DS
|
||||||
),
|
),
|
||||||
'Plugin' => array(
|
'Plugin' => array(
|
||||||
APP . 'Plugin' . DS,
|
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