diff --git a/src/Socialbox/Objects/ResolvedServerOld.php b/src/Socialbox/Objects/ResolvedServerOld.php deleted file mode 100644 index 4ecd4e5..0000000 --- a/src/Socialbox/Objects/ResolvedServerOld.php +++ /dev/null @@ -1,25 +0,0 @@ -endpoint = $endpoint; - $this->publicKey = $publicKey; - } - - public function getEndpoint(): string - { - return $this->endpoint; - } - - public function getPublicKey(): string - { - return $this->publicKey; - } -} \ No newline at end of file