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
|
class CreateDatabaseHost extends CreateRecord
|
||||||
{
|
{
|
||||||
protected static string $resource = DatabaseHostResource::class;
|
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