Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Aug 22, 2024
1 parent ebe5f6d commit 2ced2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pure.DI.Core/Generator.Composition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Pure.DI;
public partial class Generator
{
[Conditional("DI")]
private void Setup() => DI.Setup(nameof(Generator))
private void Setup() => DI.Setup()
.Hint(Hint.Resolve, "Off")

// Roots
Expand Down

0 comments on commit 2ced2fb

Please sign in to comment.