Fixed #90.
This commit is contained in:
parent
b5fef62c19
commit
a78944d3fb
@ -125,7 +125,7 @@ class Post extends Rails\ActiveRecord\Base
|
||||
->select("users.name, users.id")
|
||||
->order("v.updated_at DESC")
|
||||
->take()
|
||||
->getAttributes('id', 'name') ?: array();
|
||||
->getAttributes(['id', 'name']) ?: array();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user