Skip to content

Commit 5f44dc4

Browse files
committed
high delete break priority
1 parent 49b6ec1 commit 5f44dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RandomTest.php

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

8888
$entity->hook(Model::HOOK_AFTER_DELETE);
8989
$entity->breakHook(false); // this will cancel original Model::delete()
90-
});
90+
}, [], 100);
9191
}
9292
}
9393

0 commit comments

Comments
 (0)