Skip to content

Commit

Permalink
Fixing #739 - quickstart should now work
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Jan 13, 2017
1 parent 3641e39 commit fa4d610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class SecurityDescriptor : BaseSecurityDescriptor
{
public SecurityDescriptor()
{
When.Handling().Commands().InstanceOf<RegisterEmployee>(s => s.User().MustBeInRole("Create"));
//When.Handling().Commands().InstanceOf<RegisterEmployee>(s => s.User().MustBeInRole("Create"));
}
}
}

0 comments on commit fa4d610

Please sign in to comment.