sarga/packages/Webkul/Customer/src/Models/CustomerGroupProxy.php

10 lines
130 B
PHP
Raw Normal View History

2019-02-18 07:30:40 +00:00
<?php
namespace Webkul\Customer\Models;
use Konekt\Concord\Proxies\ModelProxy;
class CustomerGroupProxy extends ModelProxy
{
}