Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jul 27, 2024
1 parent c2d7a5f commit 00ef190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Filament/Resources/HostingAccountResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use App\Filament\Resources\HostingAccountResource\Pages;
use App\Models\HostingAccount;
use Filament\Forms;
use Filament\Resources\Form;
use Filament\Forms\Form;
use Filament\Resources\Resource;
use Filament\Resources\Table;
use Filament\Tables\Table;
use Filament\Tables;

class HostingAccountResource extends Resource
Expand Down Expand Up @@ -89,4 +89,4 @@ public static function getPages(): array
'edit' => Pages\EditHostingAccount::route('/{record}/edit'),
];
}
}
}

0 comments on commit 00ef190

Please sign in to comment.