2022-05-09 09:39:46 +02:00
|
|
|
namespace Umbraco.Cms.Web.Common.PublishedModels;
|
|
|
|
|
|
|
|
|
|
// this is here so that Umbraco.Web.PublishedModels namespace exists in views
|
|
|
|
|
// even if people are not using models at all - because we are referencing it
|
|
|
|
|
// when compiling views - hopefully noone will ever create an actual model
|
|
|
|
|
// with that name
|
|
|
|
|
internal class DummyClassSoThatPublishedModelsNamespaceExists
|
2017-09-27 10:25:47 +02:00
|
|
|
{
|
|
|
|
|
}
|