This website works better with JavaScript
David A. Windham
david
/
laravel
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
import lang class into validation rule.
Taylor Otwell
13 years ago
parent
0d10ab740b
commit
7f8c686360
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
system/validation/rule.php
+ 2
- 0
system/validation/rule.php
View File
@@ -1,5 +1,7 @@
<?php namespace System\Validation;
+use System\Lang;
+
abstract class Rule {
/**