mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-03 08:13:14 +08:00
Fixed incorrect []Activity -> array conversion
This commit is contained in:
@ -122,7 +122,7 @@ class ActivityService
|
||||
->where('user_id', '=', $user->id)
|
||||
->skip($count * $page)
|
||||
->take($count)
|
||||
->get()->toArray();
|
||||
->get();
|
||||
|
||||
return $this->filterSimilar($activityList);
|
||||
}
|
||||
|
Reference in New Issue
Block a user