mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
updating handling of required classes, fixes #5480
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7666 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
a628dfa028
commit
e6b994bcb1
6 changed files with 11 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
/**
|
||||
* Included libs
|
||||
*/
|
||||
App::import('Core', array('ClassRegistry', 'Overloadable', 'Validation', 'Behavior', 'ConnectionManager', 'Set'));
|
||||
App::import('Core', array('ClassRegistry', 'Overloadable', 'Validation', 'Behavior', 'ConnectionManager', 'Set', 'String'));
|
||||
/**
|
||||
* Object-relational mapper.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue