mirror of
https://github.com/flarum/core.git
synced 2025-08-09 01:46:35 +02:00
Change implementation to add validation rules, of which 'required' is shown in the frontend
This commit is contained in:
committed by
Franz Liedke
parent
8b70cec6a1
commit
4fea25959c
@@ -20,11 +20,6 @@ class SendmailDriver implements DriverInterface
|
||||
return [];
|
||||
}
|
||||
|
||||
public function requiredFields(): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
public function buildTransport(SettingsRepositoryInterface $settings): Swift_Transport
|
||||
{
|
||||
return new Swift_SendmailTransport;
|
||||
|
Reference in New Issue
Block a user