Added forgotten import to docblock.

This commit is contained in:
Kevin 2023-01-16 15:15:26 +01:00 committed by Jakub Tobiasz
parent 1ae064762e
commit 3aad292e7c
No known key found for this signature in database
GPG key ID: 6434250CB3525233

View file

@ -17,6 +17,7 @@ The new rule needs a RuleChecker class:
namespace App\Shipping\Checker\Rule;
use Sylius\Component\Shipping\Checker\Rule\RuleCheckerInterface;
use Sylius\Component\Shipping\Model\ShippingSubjectInterface;
final class TotalVolumeLessThanOrEqualRuleChecker implements RuleCheckerInterface