@@ -18,8 +18,8 @@ |
||
| 18 | 18 | * it's instantiated in there |
| 19 | 19 | */ |
| 20 | 20 | return [ |
| 21 | - 'routes' => [ |
|
| 21 | + 'routes' => [ |
|
| 22 | 22 | ['name' => 'ocr#process', 'url' => '/process', 'verb' => 'GET'], |
| 23 | 23 | ['name' => 'ocr#languages', 'url' => '/languages', 'verb' => 'GET'], |
| 24 | - ] |
|
| 24 | + ] |
|
| 25 | 25 | ]; |
| 26 | 26 | \ No newline at end of file |
@@ -62,7 +62,7 @@ |
||
| 62 | 62 | * @return \OCP\AppFramework\Http\DataResponse |
| 63 | 63 | */ |
| 64 | 64 | public function getAll() { |
| 65 | - return $this->handleNotFound(function () { |
|
| 65 | + return $this->handleNotFound(function() { |
|
| 66 | 66 | return $this->service->getAllForPersonal($this->userId); |
| 67 | 67 | }); |
| 68 | 68 | } |