mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #1201 from cakephp/master-app-uses
Add missing App::uses() to avoid fatal error
This commit is contained in:
commit
5695d0e161
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
* @since CakePHP(tm) v 1.2.0.6001
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
App::uses('Inflector', 'Utility');
|
||||
|
||||
/**
|
||||
* App is responsible for path management, class location and class loading.
|
||||
|
|
Loading…
Reference in a new issue