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 855d418 commit c5a7f00Copy full SHA for c5a7f00
src/App/Models/CustomField.php
@@ -65,6 +65,7 @@ protected static function booted()
65
static::deleted(function (self $customField) {
66
$customField->parent()->delete();
67
$customField->children()->delete();
68
+ $customField->values()->delete();
69
});
70
71
static::saving(function (self $customField) {
0 commit comments