Clarify the resource name

This commit is contained in:
Lance Pioch 2024-04-09 21:01:30 -04:00
parent e7055242e1
commit 195557373c

View File

@ -9,4 +9,8 @@ use Filament\Resources\Pages\CreateRecord;
class CreateDatabaseHost extends CreateRecord
{
protected static string $resource = DatabaseHostResource::class;
protected ?string $heading = 'Database Hosts';
protected ?string $subheading = '(database servers that can have individual databases)';
}