diff --git a/src/Umbraco.Web/PublishedContentExtensions.cs b/src/Umbraco.Web/PublishedContentExtensions.cs
index 0e1f75684a..d30414b3d3 100644
--- a/src/Umbraco.Web/PublishedContentExtensions.cs
+++ b/src/Umbraco.Web/PublishedContentExtensions.cs
@@ -272,7 +272,7 @@ namespace Umbraco.Web
/// The content.
/// The specific culture to filter for. If null is used the current culture is used. (Default is null)
/// These of the inputs that has the specified culture or are invariant.
- public static IEnumerable WhereHasCultureOrInvariant(this IEnumerable contents, string culture = null)
+ internal static IEnumerable WhereHasCultureOrInvariant(this IEnumerable contents, string culture = null)
{
if (contents == null) throw new ArgumentNullException(nameof(contents));