Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Sep 26, 2023
1 parent 8b40921 commit 6b2e75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/API/Facade/ContentTypeFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function createContentType(string $contentTypeName, string $contentTypeId
$contentTypeGroup = $this->contentTypeService->loadContentTypeGroupByIdentifier($contentTypeGroupName);

$contentTypeDraft = $this->contentTypeService->createContentType($contentTypeCreateStruct, [$contentTypeGroup]);
$this->contentTypeService->publishContentTypeDraft($contentTypeDraft);
// $this->contentTypeService->publishContentTypeDraft($contentTypeDraft);

$this->assertContentTypeExistsInGroup($contentTypeIdentifier, $contentTypeGroup);
}
Expand Down

0 comments on commit 6b2e75e

Please sign in to comment.