Forgot a Kohana_ prefix on Validate, fixes #26

This commit is contained in:
Woody Gilk 2009-06-19 07:44:12 -05:00
parent f56c811bae
commit 6c642bf594

View file

@ -7,7 +7,7 @@
* @copyright (c) 2008-2009 Kohana Team
* @license http://kohanaphp.com/license.html
*/
class Validate extends ArrayObject {
class Kohana_Validate extends ArrayObject {
public static $messages = array(
'required' => ':field is required',