mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing duplicate import() and fixing missing dependency.
This commit is contained in:
parent
23c69b2bfb
commit
1bc6433ecd
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@
|
|||
* Include files
|
||||
*/
|
||||
App::import('Core', 'CakeResponse', false);
|
||||
App::import('Core', 'ClassRegistry', false);
|
||||
App::import('Controller', 'Component', false);
|
||||
App::import('Core', 'CakeResponse', false);
|
||||
App::import('View', 'View', false);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue