@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace BeyondCode\Vouchers\Rules; |
4 | 4 | |
5 | -use Vouchers; |
|
6 | -use Illuminate\Contracts\Validation\Rule; |
|
5 | +use BeyondCode\Vouchers\Exceptions\VoucherAlreadyRedeemed; |
|
7 | 6 | use BeyondCode\Vouchers\Exceptions\VoucherExpired; |
8 | 7 | use BeyondCode\Vouchers\Exceptions\VoucherIsInvalid; |
9 | -use BeyondCode\Vouchers\Exceptions\VoucherAlreadyRedeemed; |
|
8 | +use Illuminate\Contracts\Validation\Rule; |
|
9 | +use Vouchers; |
|
10 | 10 | |
11 | 11 | class Voucher implements Rule |
12 | 12 | { |