mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +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
@@ -31,11 +31,6 @@ class LogDriver implements DriverInterface
|
||||
return [];
|
||||
}
|
||||
|
||||
public function requiredFields(): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
public function buildTransport(SettingsRepositoryInterface $settings): Swift_Transport
|
||||
{
|
||||
return new LogTransport($this->logger);
|
||||
|
Reference in New Issue
Block a user