Add ValidationAttributes for Maildispatcher
This commit is contained in:
parent
0080a54aaf
commit
7497593bb2
|
@ -23,6 +23,16 @@ class StoreAction
|
||||||
ResyncAction::dispatch();
|
ResyncAction::dispatch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return array<string, string>
|
||||||
|
*/
|
||||||
|
public function getValidationAttributes(): array
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
'gateway_id' => 'Verbindung',
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
public function rules(): array
|
public function rules(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
|
Loading…
Reference in New Issue