@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\ValidationRules\Rules; |
4 | 4 | |
5 | -use Illuminate\Support\Arr; |
|
6 | -use Illuminate\Support\Str; |
|
7 | 5 | use Illuminate\Contracts\Validation\Rule; |
6 | +use Illuminate\Support\Arr; |
|
8 | 7 | use Illuminate\Support\Facades\Validator; |
8 | +use Illuminate\Support\Str; |
|
9 | 9 | |
10 | 10 | class Delimited implements Rule |
11 | 11 | { |