mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
Update database column (#10)
This commit is contained in:
parent
cb373836a4
commit
e2e94ba910
|
@ -85,7 +85,7 @@ class FilterNewPosts
|
|||
|
||||
$flag->post_id = $post->id;
|
||||
$flag->type = 'akismet';
|
||||
$flag->time = time();
|
||||
$flag->created_at = time();
|
||||
|
||||
$flag->save();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user