'integer', 'lat' => 'decimal:8', 'lng' => 'decimal:8', ]; public function promoQrs() { return $this->hasMany(PromoQr::class, 'id_promo', 'id'); } }