Skip to content

Commit

Permalink
make stringextensions available
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPallister committed Aug 2, 2018
1 parent 95a7c82 commit 24f8a18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Ocelot.Infrastructure.Extensions
{
internal static class StringValuesExtensions
public static class StringValuesExtensions
{
public static string GetValue(this StringValues stringValues)
{
Expand Down

0 comments on commit 24f8a18

Please sign in to comment.