belongsTo(Pad::class); } public function avaliadorPad() { return $this->belongsTo(AvaliadorPad::class); } }