protected function getTableHeaderActions(): array
{
return [
Tables\Actions\AttachAction::make()
->relationship($this->profile->attributes())
->inverseRelationshipName('profile')
->recordTitleAttribute('name'),
];
}
protected function getTableHeaderActions(): array
{
return [
Tables\Actions\AttachAction::make()
->relationship($this->profile->attributes())
->inverseRelationshipName('profile')
->recordTitleAttribute('name'),
];
}