Skip to content

Commit

Permalink
fix Cannot read property '__name__' of null in Type.getClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
aliokan committed Jun 6, 2017
1 parent ac21400 commit 603e30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hex/di/mapping/MappingChecker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class MappingChecker
{
for ( mapping in injectInto )
{
this.getInjector().injectInto( mapping );
this.getInjector().injectInto( mapping.toValue );
}
}
}),
Expand Down

0 comments on commit 603e30f

Please sign in to comment.