This commit is contained in:
2025-09-20 16:54:20 +05:00
parent b6537c5314
commit 4f16b4193e
12 changed files with 355 additions and 118 deletions

View File

@@ -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