Browse Source

import lang class into validation rule.

Taylor Otwell 13 years ago
parent
commit
7f8c686360
1 changed files with 2 additions and 0 deletions
  1. 2 0
      system/validation/rule.php

+ 2 - 0
system/validation/rule.php

@@ -1,5 +1,7 @@
 <?php namespace System\Validation;
 
+use System\Lang;
+
 abstract class Rule {
 
 	/**