@@ -186,7 +186,7 @@ |
||
186 | 186 | try { |
187 | 187 | $collectionIri = $this->iriConverter->getIriFromResource($resource, UrlGeneratorInterface::ABS_PATH, (new GetCollection())->withClass($resourceClass)); |
188 | 188 | $this->updatedCollectionClassToIriMapping[$resourceClass] = $collectionIri; |
189 | - }catch (InvalidArgumentException $e) {} |
|
189 | + } catch (InvalidArgumentException $e) {} |
|
190 | 190 | } |
191 | 191 | |
192 | 192 | // keep a record of all the resources we are triggering updates for related from the database changes |