for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Codexshaper\WooCommerce\Models;
use Codexshaper\WooCommerce\Traits\QueryBuilderTrait;
class ShippingMethod extends BaseModel
{
use QueryBuilderTrait;
protected $endpoint = 'shipping_methods';
}