1
0
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:
Dan Brown
2022-02-13 13:16:43 +00:00
parent f8e6172582
commit f0470afb4c
6 changed files with 14 additions and 13 deletions

View File

@ -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);
}
}
}

View File

@ -27,4 +27,4 @@ class UserContentCounts
'shelves' => Bookshelf::visible()->where($createdBy)->count(),
];
}
}
}

View File

@ -34,4 +34,4 @@ class UserRecentlyCreatedContent
'shelves' => $query(Bookshelf::visible()),
];
}
}
}