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
7f7315e6d2
commit
0cc1e4c56e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
* @since CakePHP(tm) v 0.10.8.2156
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::import('Core', 'String');
|
||||
/**
|
||||
* Short description for file.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue