From 27aebf16a20e1ca5dd1b5e7b9ad0bd197cb8f141 Mon Sep 17 00:00:00 2001 From: marco76tv Date: Tue, 18 Feb 2025 21:45:50 +0100 Subject: [PATCH] Auto update submodule --- .../Resources/SnapshotResource/Pages/EditSnapshot.php | 7 +------ .../StoredEventResource/Pages/EditStoredEvent.php | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/app/Filament/Resources/SnapshotResource/Pages/EditSnapshot.php b/app/Filament/Resources/SnapshotResource/Pages/EditSnapshot.php index 9aa1db43..b23d18ba 100644 --- a/app/Filament/Resources/SnapshotResource/Pages/EditSnapshot.php +++ b/app/Filament/Resources/SnapshotResource/Pages/EditSnapshot.php @@ -12,10 +12,5 @@ class EditSnapshot extends EditRecord { protected static string $resource = SnapshotResource::class; - protected function getHeaderActions(): array - { - return [ - Actions\DeleteAction::make(), - ]; - } + } diff --git a/app/Filament/Resources/StoredEventResource/Pages/EditStoredEvent.php b/app/Filament/Resources/StoredEventResource/Pages/EditStoredEvent.php index 71b6763b..5c445235 100644 --- a/app/Filament/Resources/StoredEventResource/Pages/EditStoredEvent.php +++ b/app/Filament/Resources/StoredEventResource/Pages/EditStoredEvent.php @@ -12,10 +12,5 @@ class EditStoredEvent extends EditRecord { protected static string $resource = StoredEventResource::class; - protected function getHeaderActions(): array - { - return [ - Actions\DeleteAction::make(), - ]; - } + }