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