8 lines
131 B
PHP
8 lines
131 B
PHP
<?php
|
|
|
|
namespace Webkul\Product\Models;
|
|
|
|
use Konekt\Concord\Proxies\ModelProxy;
|
|
|
|
class ProductInventoryProxy extends ModelProxy {}
|