mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 20:42:42 +00:00
Changing initial uses of App::uses() to the new packages system
This commit is contained in:
parent
07e43bb0f8
commit
8436fd53d0
11 changed files with 13 additions and 13 deletions
|
@ -17,7 +17,7 @@
|
|||
* @since CakePHP(tm) v 1.2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
App::uses('Validation', 'Core');
|
||||
App::uses('Validation', 'Utility');
|
||||
|
||||
/**
|
||||
* Cake network socket connection class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue