mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Adding import for String to ensure that String has been loaded when Security component is used without making any database connections. Fixes #482
This commit is contained in:
parent
45ef3c6151
commit
6c8ce984aa
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
* @lastmodified $Date$
|
||||
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||
*/
|
||||
App::import('Core', 'String');
|
||||
/**
|
||||
* Short description for file.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue