mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Added paths for Controller/Component/Auth (ticket #1757)
This commit is contained in:
parent
694819cb81
commit
a1f47a803a
1 changed files with 4 additions and 0 deletions
|
@ -284,6 +284,10 @@ class App {
|
|||
'%s' . 'Controller' . DS . 'Component' . DS,
|
||||
'%s' . 'controllers' . DS . 'components' . DS
|
||||
),
|
||||
'Controller/Component/Auth' => array(
|
||||
'%s' . 'Controller' . DS . 'Component' . DS . 'Auth' . DS,
|
||||
'%s' . 'controllers' . DS . 'components' . DS . 'auth' . DS
|
||||
),
|
||||
'View' => array(
|
||||
'%s' . 'View' . DS,
|
||||
'%s' . 'views' . DS
|
||||
|
|
Loading…
Reference in a new issue