mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -54,7 +54,7 @@ class DiscussionState extends AbstractModel
|
||||
{
|
||||
if ($number > $this->read_number) {
|
||||
$this->read_number = $number;
|
||||
$this->read_time = time();
|
||||
$this->read_time = time();
|
||||
|
||||
$this->raise(new DiscussionWasRead($this));
|
||||
}
|
||||
|
Reference in New Issue
Block a user