import lang class into validation rule.
This commit is contained in:
parent
0d10ab740b
commit
7f8c686360
|
@ -1,5 +1,7 @@
|
||||||
<?php namespace System\Validation;
|
<?php namespace System\Validation;
|
||||||
|
|
||||||
|
use System\Lang;
|
||||||
|
|
||||||
abstract class Rule {
|
abstract class Rule {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue