diff lib/IMPL/Config/Container.pm @ 414:ec6f2d389d1e ref20150831

working on IMPL::Config::Bag
author cin
date Fri, 02 Oct 2015 06:56:24 +0300
parents af8d359ee4cc
children 3d24b10dd0d5
line wrap: on
line diff
--- a/lib/IMPL/Config/Container.pm	Thu Sep 24 12:19:30 2015 +0300
+++ b/lib/IMPL/Config/Container.pm	Fri Oct 02 06:56:24 2015 +0300
@@ -58,7 +58,7 @@
 	$service = ValueDescriptor->new( value => $service )
 	  unless is( $service, Descriptor );
 
-	$this->services->Register( $role, $this->roles->GetLinearRoleHash($role), $service );
+	$this->services->Register( $this->roles->GetLinearRoleHash($role), $service );
 }
 
 sub Resolve {