@@ -27,20 +27,20 @@ |
||
| 27 | 27 | |
| 28 | 28 | class Admin implements ISettings { |
| 29 | 29 | |
| 30 | - public function getForm(): TemplateResponse { |
|
| 31 | - return new TemplateResponse( |
|
| 32 | - 'oauth2', |
|
| 33 | - 'admin', |
|
| 34 | - [], |
|
| 35 | - '' |
|
| 36 | - ); |
|
| 37 | - } |
|
| 30 | + public function getForm(): TemplateResponse { |
|
| 31 | + return new TemplateResponse( |
|
| 32 | + 'oauth2', |
|
| 33 | + 'admin', |
|
| 34 | + [], |
|
| 35 | + '' |
|
| 36 | + ); |
|
| 37 | + } |
|
| 38 | 38 | |
| 39 | - public function getSection(): string { |
|
| 40 | - return 'security'; |
|
| 41 | - } |
|
| 39 | + public function getSection(): string { |
|
| 40 | + return 'security'; |
|
| 41 | + } |
|
| 42 | 42 | |
| 43 | - public function getPriority(): int { |
|
| 44 | - return 100; |
|
| 45 | - } |
|
| 43 | + public function getPriority(): int { |
|
| 44 | + return 100; |
|
| 45 | + } |
|
| 46 | 46 | } |