mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Clarify the resource name
This commit is contained in:
@@ -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)';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user