mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
updating App::import usage. ran each test and everything seems ok.
This commit is contained in:
parent
0c59c137e8
commit
062f471b7f
37 changed files with 81 additions and 13649 deletions
|
@ -25,6 +25,7 @@
|
|||
* @lastmodified $Date$
|
||||
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||
*/
|
||||
App::import('Core', 'Multibyte');
|
||||
|
||||
/**
|
||||
* EmailComponent
|
||||
|
@ -36,7 +37,6 @@
|
|||
* @subpackage cake.cake.libs.controller.components
|
||||
*
|
||||
*/
|
||||
App::import('Core', 'Multibyte');
|
||||
class EmailComponent extends Object{
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue