mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Don't imply order on posts relationship
This commit is contained in:
@@ -106,7 +106,7 @@ class Discussion extends Entity
|
||||
|
||||
public function posts()
|
||||
{
|
||||
return $this->hasMany('Flarum\Core\Posts\Post')->orderBy('time', 'asc');
|
||||
return $this->hasMany('Flarum\Core\Posts\Post');
|
||||
}
|
||||
|
||||
public function comments()
|
||||
|
Reference in New Issue
Block a user