We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83a3b7 commit c7255c0Copy full SHA for c7255c0
src/Section/Sections.php
@@ -684,7 +684,7 @@ public function handleChangedSection(ConfigEvent $event): void
684
'description' => I18N::prep('Resaving {name} entries', [
685
'name' => $sectionModel->name,
686
]),
687
- 'elementType' => Entry::class,
+ 'elementType' => \craft\elements\Entry::class,
688
'criteria' => [
689
'sectionId' => $sectionModel->id,
690
'siteId' => array_values($siteIdMap),
0 commit comments