mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 11:32:40 +00:00
Adding missing import that causes a fatal error when a deep
value is written to Configure early on. Fixes #1753
This commit is contained in:
parent
b70ecbc545
commit
2650bd4639
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('Set', 'Utility');
|
||||
|
||||
/**
|
||||
* Configuration class. Used for managing runtime configuration information.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue