Changing initial uses of App::uses() to the new packages system

This commit is contained in:
José Lorenzo Rodríguez 2010-12-15 01:20:02 -04:30
parent 07e43bb0f8
commit 8436fd53d0
11 changed files with 13 additions and 13 deletions

View file

@ -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.