@@ -39,7 +39,7 @@ |
||
| 39 | 39 | $action = ActionQuery::create()->findOneById($id); |
| 40 | 40 | |
| 41 | 41 | if ($action === null) { |
| 42 | - throw new ResourceNotFoundException('action with id ' . $id . ' does not exist'); |
|
| 42 | + throw new ResourceNotFoundException('action with id '.$id.' does not exist'); |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | // remove all relationships before |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | $localization = LocalizationQuery::create()->findOneById($id); |
| 40 | 40 | |
| 41 | 41 | if ($localization === null) { |
| 42 | - throw new ResourceNotFoundException('localization with id ' . $id . ' does not exist'); |
|
| 42 | + throw new ResourceNotFoundException('localization with id '.$id.' does not exist'); |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | // remove all relationships before |