Skip to content

Commit

Permalink
Removed deletePartialElements check
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Aug 19, 2024
1 parent 7c3a708 commit e034133
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Exporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,6 @@ function(Event $event) {
ExportRecord::tableName(),
'id',
);

// Delete `elements` table rows without corresponding `content` table rows for the custom element
Craft::$app->getGc()->deletePartialElements(
ExportElement::class,
Table::CONTENT,
'elementId',
);
}
);

Expand Down

0 comments on commit e034133

Please sign in to comment.