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