remove old function
This commit is contained in:
parent
451272bf11
commit
70b757df5b
1 changed files with 0 additions and 6 deletions
|
|
@ -61,12 +61,6 @@ public function getPublicKey()
|
||||||
return self::extractPublicKeyFromPrivate($this->private_key) ?? 'Error loading private key';
|
return self::extractPublicKeyFromPrivate($this->private_key) ?? 'Error loading private key';
|
||||||
}
|
}
|
||||||
|
|
||||||
// For backwards compatibility
|
|
||||||
public function publicKey()
|
|
||||||
{
|
|
||||||
return $this->getPublicKey();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static function ownedByCurrentTeam(array $select = ['*'])
|
public static function ownedByCurrentTeam(array $select = ['*'])
|
||||||
{
|
{
|
||||||
$selectArray = collect($select)->concat(['id']);
|
$selectArray = collect($select)->concat(['id']);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue