Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Jun 2, 2023
1 parent 1e68e67 commit 6373619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracer.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected function resolveConfig(string $name)

protected function resolveParams($name): array
{
return array_merge([$name], parent::resolveParams($name));
return array_merge([$this->getTracerConfig($name, 'name', $name)], parent::resolveParams($name));
}

protected function createDriver(string $name)
Expand Down

0 comments on commit 6373619

Please # to comment.