mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 14:24:46 +02:00
New revolution
This commit is contained in:
parent
c51687246e
commit
1660af94a5
@ -198,7 +198,7 @@ class ApiKey extends Model
|
|||||||
{
|
{
|
||||||
Assert::oneOf($type, [self::TYPE_ACCOUNT, self::TYPE_APPLICATION]);
|
Assert::oneOf($type, [self::TYPE_ACCOUNT, self::TYPE_APPLICATION]);
|
||||||
|
|
||||||
return $type === self::TYPE_ACCOUNT ? 'ptlc_' : 'ptla_';
|
return $type === self::TYPE_ACCOUNT ? 'plcn_' : 'peli_';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user