Add ValidationAttributes for Maildispatcher

This commit is contained in:
philipp lang 2023-06-14 23:19:19 +02:00
parent 0080a54aaf
commit 7497593bb2
1 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,16 @@ class StoreAction
ResyncAction::dispatch();
}
/**
* @return array<string, string>
*/
public function getValidationAttributes(): array
{
return [
'gateway_id' => 'Verbindung',
];
}
public function rules(): array
{
return [