Skip to content

Commit e2ed40a

Browse files
committed
update Content version related "attributes'
1 parent 845156f commit e2ed40a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/Models/Content.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ protected function getContentVersioningAttributes(): array
379379
{
380380
return [
381381
'title',
382-
'parent_id',
383382
];
384383
}
385384
// endregion ContentVersion

src/Models/ContentVersion.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ public function getDifferences()
4444
);
4545
}
4646

47-
protected function getVersioningCheckDiffAttribtues()
48-
{
49-
return [
50-
'publish_state',
51-
'avoid_to_clean',
52-
];
53-
}
54-
5547
public function getVersioningCheckDiffData()
5648
{
5749
return [

0 commit comments

Comments
 (0)