Update (horizon)

This commit is contained in:
2023-11-20 02:06:00 +08:00
parent 38d02c1455
commit b929cae31e

View File

@@ -64,7 +64,7 @@ public static function handle($post_id, $post_status = 'publish')
} }
$new_time->addMinutes(rand(40, 60)); $new_time->addMinutes(rand(40, 120));
$post->published_at = $new_time; $post->published_at = $new_time;
} }