New revolution

This commit is contained in:
Lance Pioch 2024-04-09 21:07:14 -04:00
parent c51687246e
commit 1660af94a5

View File

@ -198,7 +198,7 @@ class ApiKey extends Model
{
Assert::oneOf($type, [self::TYPE_ACCOUNT, self::TYPE_APPLICATION]);
return $type === self::TYPE_ACCOUNT ? 'ptlc_' : 'ptla_';
return $type === self::TYPE_ACCOUNT ? 'plcn_' : 'peli_';
}
/**