hasMany(ProductSku::class, 'shipping_template_id'); } public function hasSku() { return $this->skus()->exists(); } }