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 a6476ac commit 1a58ec2Copy full SHA for 1a58ec2
src/Console/Command/GenerateScope.php
@@ -51,6 +51,7 @@ public function handle(): mixed
51
52
try {
53
$scope = $scopeRepository->generate($name);
54
+ $this->apiKeyService->getEntityManager()->flush();
55
} catch (DuplicateName $e) {
56
$this->error($e->getMessage());
57
0 commit comments