public function __construct()
 {
     parent::__construct();
     $last_ten_minutes_ts = time() - 10 * 60;
     $this->cronProductAttributeSync($last_ten_minutes_ts);
 }
 public function __construct()
 {
     parent::__construct();
     $this->cronReturnSync();
 }
 public function __construct()
 {
     parent::__construct();
     $this->initalImport();
 }
 public function __construct()
 {
     parent::__construct();
     $this->cronOrdersSync();
 }