W's in the chat

Dab
Community Owner Forums Admin OP
Posts21
Reputation3
Joined
Steam Dab
(edited)

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);
}
  
Please sign in to reply.