We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e9890 commit 0734360Copy full SHA for 0734360
1 file changed
tests/RandomTest.php
@@ -87,7 +87,7 @@ protected function initSoftDelete(): void
87
88
$entity->hook(Model::HOOK_AFTER_DELETE);
89
$entity->breakHook(false); // this will cancel original Model::delete()
90
- });
+ }, [], 100);
91
}
92
93
0 commit comments