Skip to content

Commit

Permalink
Fix the Composer list
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jump committed Sep 26, 2019
1 parent 529b080 commit 7ad5426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uSync8.BackOffice/uSyncBackOfficeComposer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public void Compose(Composition composition)
composition.RegisterUnique<SyncHandlerFactory>();

composition.RegisterUnique<uSyncService>();

composition.Components().Append<uSyncBackofficeComponent>();
}
}
}

0 comments on commit 7ad5426

Please sign in to comment.