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 Sep 1, 2022
1 parent c2c606b commit c4a5985
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 c4a5985

Please sign in to comment.