mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 07:03:00 +08:00
Document changes in mail driver interface
This commit is contained in:
parent
fcbbedd884
commit
1170d5c2cf
|
@ -24,6 +24,10 @@ interface DriverInterface
|
|||
{
|
||||
/**
|
||||
* Provide a list of settings for this driver.
|
||||
*
|
||||
* The list must be an array of field names (keys) mapping to their type
|
||||
* (the empty string "" for a text field; or an array of possible values for
|
||||
* a dropdown field).
|
||||
*/
|
||||
public function availableSettings(): array;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user