Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #39 from leekelleher/feature/converterhelper-public
Browse files Browse the repository at this point in the history
Mark the ConverterHelper as public.
  • Loading branch information
leekelleher committed Mar 5, 2015
2 parents b700f98 + b7ac570 commit 56ab09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Our.Umbraco.Ditto/ComponentModel/ConverterHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// Provides helper methods to aid with conversion. Not much in here for now but who knows
/// what the future has in store?
/// </summary>
internal static class ConverterHelper
public static class ConverterHelper
{
/// <summary>
/// Gets the <see cref="UmbracoHelper"/> for querying published content or media.
Expand Down

0 comments on commit 56ab09c

Please sign in to comment.