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 bae694f commit 6a9d322Copy full SHA for 6a9d322
src/Entries/Entry.php
@@ -40,7 +40,7 @@ public function toModel()
40
'uri' => $this->uri(),
41
'date' => $this->hasDate() ? $this->date() : null,
42
'collection' => $this->collectionHandle(),
43
- 'data' => $data,
+ 'data' => $data->except(EntryQueryBuilder::COLUMNS),
44
'published' => $this->published(),
45
'status' => $this->status(),
46
]);
0 commit comments