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