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

7 lines
67 B
PHP
Raw Normal View History

2019-02-18 07:30:40 +00:00
<?php
namespace Webkul\Customer\Contracts;
interface Customer
{
}