We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d40ac commit d3a4397Copy full SHA for d3a4397
src/Pterodactyl.php
@@ -279,7 +279,7 @@ private function ensureValidToken(string $token): void
279
throw new InvalidArgumentException('API key must not be empty');
280
}
281
282
- $supportedPrefixes = ['ptlc_', 'papp_'];
+ $supportedPrefixes = ['ptlc_', 'pacc_'];
283
284
foreach ($supportedPrefixes as $prefix) {
285
if (str_starts_with($token, $prefix)) {
0 commit comments