Skip to content

Commit

Permalink
#67 ImageUtils is now public for overriding views
Browse files Browse the repository at this point in the history
  • Loading branch information
edandersen committed May 14, 2022
1 parent 56e7cae commit 84bec4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNetEd.CoreAdmin/ImageUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace DotNetEd.CoreAdmin
{
internal class ImageUtils
public class ImageUtils
{
public static string WebBase64EncodeImageByteArrayOrNull(byte[] image)
{
Expand Down

0 comments on commit 84bec4e

Please sign in to comment.