mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02:00
Clarify the resource name
This commit is contained in:
parent
e7055242e1
commit
195557373c
@ -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)';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user