Skip to content

Commit

Permalink
- Added delete flexy values test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Faruk Demirkoparan committed Oct 10, 2024
1 parent f295e80 commit 1578ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Flexy.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static function bootFlexy(): void

});

static::deleting(function (FlexyModelContract $flexyModelContract) {
static::deleted(function (FlexyModelContract $flexyModelContract) {
$modelType = static::getModelType();
$modelId = $flexyModelContract->id;

Expand Down

0 comments on commit 1578ea0

Please sign in to comment.