mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 02:20:54 +08:00
improve claim all seeding
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user