@@ -44,7 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | public function execute($entity, EntityConfiguration $config, Request $request, $options = null) |
| 46 | 46 | { |
| 47 | - $id = (string)$this->getEntityId($entity, $config); |
|
| 47 | + $id = (string) $this->getEntityId($entity, $config); |
|
| 48 | 48 | if (!$entity) { |
| 49 | 49 | throw new NotFoundHttpException( |
| 50 | 50 | sprintf('The translatable with %s id does not exist', $id) |