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

7 lines
67 B
PHP

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