@@ -32,12 +32,12 @@ |
||
32 | 32 | * @return TemplateResponse |
33 | 33 | */ |
34 | 34 | public function getForm() { |
35 | - return new TemplateResponse( 'ocr', 'settings-admin', [ |
|
36 | - OcrConstants::LANGUAGES_CONFIG_KEY => $this->config->getAppValue ( 'ocr', OcrConstants::LANGUAGES_CONFIG_KEY), |
|
37 | - OcrConstants::REDIS_CONFIG_KEY_HOST => $this->config->getAppValue ( 'ocr', OcrConstants::REDIS_CONFIG_KEY_HOST), |
|
35 | + return new TemplateResponse('ocr', 'settings-admin', [ |
|
36 | + OcrConstants::LANGUAGES_CONFIG_KEY => $this->config->getAppValue('ocr', OcrConstants::LANGUAGES_CONFIG_KEY), |
|
37 | + OcrConstants::REDIS_CONFIG_KEY_HOST => $this->config->getAppValue('ocr', OcrConstants::REDIS_CONFIG_KEY_HOST), |
|
38 | 38 | OcrConstants::REDIS_CONFIG_KEY_PORT => $this->config->getAppValue('ocr', OcrConstants::REDIS_CONFIG_KEY_PORT), |
39 | 39 | OcrConstants::REDIS_CONFIG_KEY_DB => $this->config->getAppValue('ocr', OcrConstants::REDIS_CONFIG_KEY_DB) |
40 | - ], 'blank' ); |
|
40 | + ], 'blank'); |
|
41 | 41 | } |
42 | 42 | /** |
43 | 43 | * |