Skip to content

Commit

Permalink
Merge pull request #75 from liberu-billing/sweep/Add-Filament-pages-f…
Browse files Browse the repository at this point in the history
…or-Hosting-Accounts

Add Filament pages for Hosting Accounts
  • Loading branch information
curtisdelicata authored Jul 27, 2024
2 parents 24ea6e3 + 466c526 commit c2d7a5f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/Filament/Resources/HostingAccountResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,10 @@ public static function getRelations(): array

public static function getPages(): array
{
return [
return [
'index' => Pages\ListHostingAccounts::route('/'),
'create' => Pages\CreateHostingAccount::route('/create'),
'edit' => Pages\EditHostingAccount::route('/{record}/edit'),
];
}
}

0 comments on commit c2d7a5f

Please sign in to comment.