remove old function
This commit is contained in:
@@ -61,12 +61,6 @@ class PrivateKey extends BaseModel
|
|||||||
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']);
|
||||||
|
|||||||
Reference in New Issue
Block a user