Skip to content

Commit

Permalink
fix: remove actions from edit beneficiary (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Oct 2, 2023
1 parent 09a0e0d commit df1b20d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@ protected function getRelationManagers(): array
{
return [];
}

protected function getActions(): array
{
return [];
}
}

0 comments on commit df1b20d

Please sign in to comment.