mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-04-17 22:43:02 +00:00
Merge pull request #730 from dereuromark/2.3-missing-app-uses
another correction for app uses
This commit is contained in:
commit
f77bebcc38
2 changed files with 2 additions and 2 deletions
lib/Cake/Controller/Component
|
@ -16,7 +16,7 @@
|
|||
* @since CakePHP(tm) v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
App::uses('Component', 'Controller/Component');
|
||||
App::uses('Component', 'Controller');
|
||||
App::uses('Hash', 'Utility');
|
||||
|
||||
/**
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('Component', 'Controller/Component');
|
||||
App::uses('Component', 'Controller');
|
||||
App::uses('Xml', 'Utility');
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue