Skip to content

Commit 9ab7678

Browse files
committed
oops, fixing my stupid.
1 parent c5bcf5a commit 9ab7678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentNHibernate/Mapping/ToManyBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected ToManyBase(Type entity, Member member, Type type)
5858
/// <returns>Type</returns>
5959
public Type EntityType
6060
{
61-
get { return entity.GetType(); }
61+
get { return entity; }
6262
}
6363

6464
/// <summary>

0 commit comments

Comments
 (0)