remove: unused method NostrAuth::pleb() (0 usages in codebase)

This commit is contained in:
HolgerHatGarKeineNode
2026-01-23 01:30:58 +01:00
parent acd3b3c395
commit b280376376

View File

@@ -50,12 +50,4 @@ class NostrAuth
{
return self::user()?->getPubkey();
}
/**
* Get the current pleb (convenience method)
*/
public static function pleb(): ?object
{
return self::user()?->getPleb();
}
}