Fix: Use new function names and logic everywhere

This commit is contained in:
peaklabs-dev
2024-09-16 19:52:55 +02:00
parent a68fbefadb
commit 451272bf11
3 changed files with 16 additions and 18 deletions

View File

@@ -35,7 +35,7 @@ class Show extends Component
public function loadPublicKey()
{
$this->public_key = $this->private_key->publicKey();
$this->public_key = $this->private_key->getPublicKey();
}
public function delete()