Skip to content

Commit

Permalink
Merge pull request #7 from xini/pull-remove-parent-owns-v4
Browse files Browse the repository at this point in the history
remove owns from MenuSetParentExtension
  • Loading branch information
dizzystuff authored Jan 2, 2024
2 parents 63438ea + 6a852d9 commit b4ec2d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Extensions/MenuSetParentExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ class MenuSetParentExtension extends DataExtension
'MenuSets' => MenuSet::class
];

private static $owns = [
'MenuSets'
];

private static $cascade_deletes = [
'MenuSets'
];
Expand Down

0 comments on commit b4ec2d0

Please sign in to comment.