mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +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
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
|
||||
App::uses('BaseLog', 'Log/Engine');
|
||||
App::uses('Hash', 'Utility');
|
||||
|
||||
/**
|
||||
* File Storage stream for Logging. Writes logs to different files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue