The trait Ticaje\AliexpressConsume...\Product\ValidatorTrait requires some properties which are not provided by Ticaje\AliexpressConsume...t\Validator\Product\Put: $main_image_urls_list, $sku_info_list
Loading history...
24
25
private $response;
26
27
/**
28
* Post constructor.
29
* @param DecoratorInterface $response
30
* Although applying inversion of control adds more coupling to a D.I Framework from a design point of view it's better
31
* and it's actually the rule of dumb, even when injecting a Dto based component.
32
*/
33
public function __construct(DecoratorInterface $response)