mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 04:22:40 +00:00
added missing App::uses('Hash', 'Utility');
This commit is contained in:
parent
395e5bab58
commit
288fb120b5
4 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
*/
|
||||
|
||||
App::uses('Router', 'Routing');
|
||||
App::uses('Hash', 'Utility');
|
||||
|
||||
/**
|
||||
* Abstract base class for all other Helpers in CakePHP.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue