Added NSFW compatibility

This commit is contained in:
2026-06-27 18:57:26 +02:00
parent 4a7c43f9e7
commit 76a1e62129
8 changed files with 74 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ use Illuminate\Contracts\Auth\Authenticatable;
* Custom properties.
*
* @property-read int $rhpz_entry_count
* @property-read int $nsfw_content
*/
class XenForoUser extends XenForoData implements Authenticatable, Authorizable, FilamentUser, HasName {