@@ -9,7 +9,6 @@ |
||
9 | 9 | * @package Teamwork |
10 | 10 | */ |
11 | 11 | |
12 | -use Illuminate\Support\Facades\Validator; |
|
13 | 12 | use Illuminate\Support\ServiceProvider; |
14 | 13 | use Mpociot\VatCalculator\Facades\VatCalculator; |
15 | 14 | use Mpociot\VatCalculator\Validators\VatCalculatorValidatorExtension; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Mpociot\VatCalculator\Validators; |
4 | 4 | |
5 | -use Illuminate\Validation\Validator; |
|
6 | 5 | use Mpociot\VatCalculator\Exceptions\VATCheckUnavailableException; |
7 | 6 | use Mpociot\VatCalculator\Facades\VatCalculator; |
8 | 7 |