diff --git a/app/Support/NostrAuth.php b/app/Support/NostrAuth.php index 3b469c3..a2ba9b0 100644 --- a/app/Support/NostrAuth.php +++ b/app/Support/NostrAuth.php @@ -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(); - } }