
Lets get some major W's in the chat!
/**
* Whether the current viewer may read the given category.
*/
protected function canRead(Category $category): bool
{
return CategoryPermissions::userCanRead($this->auth->user(), $category);
}