Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/src/Entity/CampCollaboration.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class CampCollaboration extends BaseEntity implements BelongsToCampInterface {
];
public const COLLECTION_NORMALIZATION_CONTEXT = [
'groups' => ['read', 'CampCollaboration:Camp', 'CampCollaboration:User'],
'swagger_definition_name' => 'read',
];
public const RESEND_INVITATION = 'resend_invitation';

Expand Down
1 change: 0 additions & 1 deletion api/src/Entity/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class Category extends BaseEntity implements BelongsToCampInterface, CopyFromPro
'read',
'Category:PreferredContentTypes',
],
'swagger_definition_name' => 'read',
];

public const ITEM_NORMALIZATION_CONTEXT = [
Expand Down