@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | return [ |
17 | 17 | KernelEvents::VIEW => [ |
18 | - ['provideDefaultLayout', EventPriorities::PRE_SERIALIZE] |
|
18 | + ['provideDefaultLayout', EventPriorities::PRE_SERIALIZE] |
|
19 | 19 | ] |
20 | 20 | ]; |
21 | 21 | } |
@@ -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 |