| Total Complexity | 4 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | class AdminSettings implements ISettings { |
||
| 19 | public function __construct( |
||
| 23 | } |
||
| 24 | |||
| 25 | public function getForm(): TemplateResponse { |
||
| 26 | Util::addScript('twofactor_gateway', 'whatsapp-settings-simple'); |
||
| 27 | |||
| 28 | return new TemplateResponse('twofactor_gateway', 'admin_whatsapp_settings'); |
||
| 29 | } |
||
| 30 | |||
| 31 | public function getSection(): string { |
||
| 33 | } |
||
| 34 | |||
| 35 | public function getPriority(): int { |
||
| 39 |