wip
This commit is contained in:
@@ -28,19 +28,11 @@ class PilgrimResource extends Resource
|
||||
|
||||
protected static ?string $pluralLabel = 'Zyýaratçylar';
|
||||
|
||||
/**
|
||||
* @param Schema $schema
|
||||
* @return Schema
|
||||
*/
|
||||
public static function form(Schema $schema): Schema
|
||||
{
|
||||
return PilgrimForm::configure($schema);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Table $table
|
||||
* @return Table
|
||||
*/
|
||||
public static function table(Table $table): Table
|
||||
{
|
||||
return PilgrimsTable::configure($table);
|
||||
@@ -56,7 +48,7 @@ class PilgrimResource extends Resource
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* @return array<string, string>
|
||||
*/
|
||||
public static function getPages(): array
|
||||
|
||||
Reference in New Issue
Block a user