mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Added forgotten import to docblock.
This commit is contained in:
parent
1ae064762e
commit
3aad292e7c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue