mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Applied StyleCI changes, updated readme badges & roadmap
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
|
||||
namespace BookStack\Auth\Queries;
|
||||
|
||||
|
||||
use BookStack\Auth\User;
|
||||
use Illuminate\Pagination\LengthAwarePaginator;
|
||||
|
||||
@ -14,7 +13,6 @@ use Illuminate\Pagination\LengthAwarePaginator;
|
||||
*/
|
||||
class AllUsersPaginatedAndSorted
|
||||
{
|
||||
|
||||
/**
|
||||
* @param array{sort: string, order: string, search: string} $sortData
|
||||
*/
|
||||
@ -38,5 +36,4 @@ class AllUsersPaginatedAndSorted
|
||||
|
||||
return $query->paginate($count);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -27,4 +27,4 @@ class UserContentCounts
|
||||
'shelves' => Bookshelf::visible()->where($createdBy)->count(),
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -34,4 +34,4 @@ class UserRecentlyCreatedContent
|
||||
'shelves' => $query(Bookshelf::visible()),
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user