We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345af75 commit 7392fb8Copy full SHA for 7392fb8
src/Command/ApiKey/ApiKeyHelper.php
@@ -93,7 +93,7 @@ private function getApiKeyEntity(SymfonyStyle $io, string $question): ?ApiKey
93
/** @var array<string, string> $choices */
94
$choices = [];
95
96
- foreach ($this->apiKeyResource->find(orderBy: ['token' => 'ASC']) as $apiKey) {
+ foreach ($this->apiKeyResource->find() as $apiKey) {
97
$choices[$apiKey->getId()] = sprintf(
98
'[Token: %s] %s - Roles: %s',
99
$apiKey->getToken(),
0 commit comments