belongsTo(User::class,'usuario_id'); } public function tarifa(){ return $this ->belongsTo(Tarifas::class,'tarifa_id'); } }