@@ -23,7 +23,7 @@ |
||
23 | 23 | public static function getSubscribedServices(): array |
24 | 24 | { |
25 | 25 | return [ |
26 | - '?' . FileDataFactory::class |
|
26 | + '?' . FileDataFactory::class |
|
27 | 27 | ]; |
28 | 28 | } |
29 | 29 |
@@ -56,7 +56,7 @@ |
||
56 | 56 | $objectId = $this->iriConverter->getIriFromItem($file); |
57 | 57 | return $this->router->generate( |
58 | 58 | 'files_upload', |
59 | - [ 'field' => 'filePath', 'id' => $objectId ] |
|
59 | + ['field' => 'filePath', 'id' => $objectId] |
|
60 | 60 | ); |
61 | 61 | } |
62 | 62 |