Update database column (#10)

This commit is contained in:
Toby Zerner 2018-09-17 04:19:15 +09:30 committed by Franz Liedke
parent cb373836a4
commit e2e94ba910

View File

@ -85,7 +85,7 @@ class FilterNewPosts
$flag->post_id = $post->id;
$flag->type = 'akismet';
$flag->time = time();
$flag->created_at = time();
$flag->save();
});