Skip to content

Commit

Permalink
fixing BC alias for InstrumentationLibrary (#706)
Browse files Browse the repository at this point in the history
* fixing BC alias for InstrumentationLibrary
  • Loading branch information
brettmc authored Jun 10, 2022
1 parent 3ca87a8 commit 3fb033d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface InstrumentationLibraryInterface extends Moved
/**
* @codeCoverageIgnoreStart
*/
class_alias(Moved::class, 'OpenTelemetry\SDK\InstrumentationLibraryInterface');
class_alias(InstrumentationLibraryInterface::class, 'OpenTelemetry\SDK\Common\Instrumentation\InstrumentationLibraryInterface');
/**
* @codeCoverageIgnoreEnd
*/

0 comments on commit 3fb033d

Please sign in to comment.