Add ValidationAttributes for Maildispatcher
This commit is contained in:
parent
0080a54aaf
commit
7497593bb2
|
@ -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 [
|
||||
|
|
Loading…
Reference in New Issue