belongsTo(User::class); } public function historial() { return $this->belongsTo(Historiale::class); } }