Skip to content

Commit

Permalink
Add InjectAttribute to BuilderCallbackDisposable constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyronSakai committed Jan 7, 2025
1 parent d0a9ac4 commit 8044ff9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class BuilderCallbackDisposable : IDisposable
public event Action<IObjectResolver> Disposing;
readonly IObjectResolver container;

[Inject]
public BuilderCallbackDisposable(IObjectResolver container)
{
this.container = container;
Expand Down

0 comments on commit 8044ff9

Please sign in to comment.