diff --git a/src/Filament/ChaosResource.php b/src/Filament/ChaosResource.php index 21837df..67e924a 100644 --- a/src/Filament/ChaosResource.php +++ b/src/Filament/ChaosResource.php @@ -10,7 +10,7 @@ class ChaosResource extends Resource { use Translatable; - + protected static ?string $navigationIcon = 'tabler-point-filled'; public static function langFile(): string diff --git a/src/Filament/ChaosResource/ChaosTables.php b/src/Filament/ChaosResource/ChaosTables.php index 7a7ca18..0ddcf6a 100644 --- a/src/Filament/ChaosResource/ChaosTables.php +++ b/src/Filament/ChaosResource/ChaosTables.php @@ -79,7 +79,7 @@ public static function make( ->label(__('zeus-chaos::core.deleted_at')) ->dateTime() ->searchable(false) - ->toggleable(isToggledHiddenByDefault: true) + ->toggleable(isToggledHiddenByDefault: true), ]) ->actions([ Tables\Actions\ActionGroup::make([ diff --git a/src/Filament/ChaosResource/Pages/ChaosEditRecord.php b/src/Filament/ChaosResource/Pages/ChaosEditRecord.php index 7e0562f..efed070 100644 --- a/src/Filament/ChaosResource/Pages/ChaosEditRecord.php +++ b/src/Filament/ChaosResource/Pages/ChaosEditRecord.php @@ -9,7 +9,7 @@ class ChaosEditRecord extends EditRecord { use EditRecord\Concerns\Translatable; - + protected function getHeaderActions(): array { return [