diff --git a/app/Filament/Resources/HostingAccountResource.php b/app/Filament/Resources/HostingAccountResource.php index 5faac56f..2e24234f 100644 --- a/app/Filament/Resources/HostingAccountResource.php +++ b/app/Filament/Resources/HostingAccountResource.php @@ -83,4 +83,10 @@ public static function getRelations(): array public static function getPages(): array { - return [ \ No newline at end of file + return [ + 'index' => Pages\ListHostingAccounts::route('/'), + 'create' => Pages\CreateHostingAccount::route('/create'), + 'edit' => Pages\EditHostingAccount::route('/{record}/edit'), + ]; + } +} \ No newline at end of file