Skip to content

Commit c7255c0

Browse files
committed
Old element type for now (ResaveElements Job is not ported yet)
1 parent e83a3b7 commit c7255c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Section/Sections.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ public function handleChangedSection(ConfigEvent $event): void
684684
'description' => I18N::prep('Resaving {name} entries', [
685685
'name' => $sectionModel->name,
686686
]),
687-
'elementType' => Entry::class,
687+
'elementType' => \craft\elements\Entry::class,
688688
'criteria' => [
689689
'sectionId' => $sectionModel->id,
690690
'siteId' => array_values($siteIdMap),

0 commit comments

Comments
 (0)