ProductImage.php 211 Bytes
<?php
/**
 * Created by PhpStorm.
 * User: Zero
 * Date: 2020/9/2
 * Time: 16:50
 */

namespace Meibuyu\Micro\Shopify\lib;

class ProductImage extends AbstractShopify
{

    protected $resourceKey = 'image';

}