Skip to content

Commit

Permalink
fix build operation id
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 3, 2023
1 parent dde4af2 commit 88f6496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migrations/Version20230508210151.php
Expand Up @@ -633,7 +633,7 @@ private function runFusio30Migration(): void

$operationId = $method['operation_id'];
if (empty($operationId)) {
$operationId = $this->guessOperationId($route['path'], $method['action']);
$operationId = $this->guessOperationId($method['method'], $route['path']);
}

$this->connection->insert('fusio_operation', [
Expand Down

0 comments on commit 88f6496

Please sign in to comment.