Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Oct 13, 2021
2 parents 2d2f878 + c6d7f33 commit 46d1fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DI/DependencyContainerImpl.pas
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ TDependencyContainer = class(TInterfacedObject, IDependencyContainer)
* @param serviceName name of service
* @param serviceFactory factory instance
* @param singleInstance true if single instance otherwise false
* @param aliased true if service name is alias to other service
* @param actualServiceName actual service if aliased
* @return current dependency container instance
*---------------------------------------------------------*)
function addDependency(
Expand Down

0 comments on commit 46d1fe3

Please sign in to comment.