feat(Password process for new admin, cleaning translations)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s

This commit is contained in:
2026-04-01 15:50:21 +02:00
parent 83b7c42fe4
commit 25885e3b70
40 changed files with 1577 additions and 475 deletions

View File

@@ -22,6 +22,16 @@ class ServiceResource extends Resource
protected static string|BackedEnum|null $navigationIcon = Heroicon::OutlinedPuzzlePiece;
public static function getModelLabel(): string
{
return Service::getAttributeLabel('service');
}
public static function getPluralModelLabel(): string
{
return Service::getAttributeLabel('services');
}
public static function form(Schema $schema): Schema
{
return ServiceForm::configure($schema);