mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 21:12:41 +00:00
Add missing App::uses() to avoid fatal error
This commit is contained in:
parent
3e4dd84bcc
commit
2df65fe9da
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…
Add table
Add a link
Reference in a new issue