Skip to content

Commit

Permalink
Auto update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Feb 18, 2025
1 parent 95bde8f commit 27aebf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@ class EditSnapshot extends EditRecord
{
protected static string $resource = SnapshotResource::class;

protected function getHeaderActions(): array
{
return [
Actions\DeleteAction::make(),
];
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@ class EditStoredEvent extends EditRecord
{
protected static string $resource = StoredEventResource::class;

protected function getHeaderActions(): array
{
return [
Actions\DeleteAction::make(),
];
}

}

0 comments on commit 27aebf1

Please sign in to comment.