Skip to content

Commit 5c2f6a2

Browse files
committed
high delete break priority
1 parent d345bee commit 5c2f6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/RandomTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ protected function initSoftDelete(): void
9191

9292
$entity->hook(Model::HOOK_AFTER_DELETE);
9393
$entity->breakHook(false); // this will cancel original Model::delete()
94-
});
94+
}, [], 100);
9595
}
9696
}
9797

0 commit comments

Comments
 (0)