From 15024705e0fc584c5bb645798363271f194f5822 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Tue, 27 Jan 2026 22:51:03 +0700 Subject: [PATCH] refactor: remove empty `getRelations` method from `ContentRecapResource` --- .../Monitoring/ContentRecaps/ContentRecapResource.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/Filament/Resources/Monitoring/ContentRecaps/ContentRecapResource.php b/app/Filament/Resources/Monitoring/ContentRecaps/ContentRecapResource.php index 6fd5925..2551098 100644 --- a/app/Filament/Resources/Monitoring/ContentRecaps/ContentRecapResource.php +++ b/app/Filament/Resources/Monitoring/ContentRecaps/ContentRecapResource.php @@ -43,13 +43,6 @@ public static function table(Table $table): Table return ContentRecapsTable::configure($table); } - public static function getRelations(): array - { - return [ - // - ]; - } - public static function getPages(): array { return [