sarga/packages/Webkul/CartRule/src/Contracts/CartRule.php

7 lines
67 B
PHP

<?php
namespace Webkul\CartRule\Contracts;
interface CartRule
{
}