improve claim all seeding

This commit is contained in:
xiaomlove
2023-04-09 16:33:36 +08:00
parent 33b16ed7ac
commit b8f1690124
10 changed files with 10 additions and 58 deletions
+3 -1
View File
@@ -1178,6 +1178,8 @@ function executeCommand($command, $format = 'string', $artisan = false, $excepti
function has_role_work_seeding($uid)
{
return apply_filter('user_has_role_work_seeding', false, $uid);
$result = apply_filter('user_has_role_work_seeding', false, $uid);
do_log("uid: $uid, result: $result");
return $result;
}