Skip to content

Commit

Permalink
high delete break priority
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Aug 18, 2022
1 parent 50a5a22 commit 932e94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RandomTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protected function initSoftDelete(): void

$entity->hook(Model::HOOK_AFTER_DELETE);
$entity->breakHook(false); // this will cancel original Model::delete()
});
}, [], 100);
}
}

Expand Down

0 comments on commit 932e94a

Please sign in to comment.