Skip to content

Commit 14fc4b6

Browse files
committed
Unbreak a breaking change :(
1 parent 7aea361 commit 14fc4b6

File tree

4 files changed

+328
-288
lines changed

4 files changed

+328
-288
lines changed

src/Umbraco.Core/Collections/StackQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Collections.Generic;
22

3-
namespace Umbraco.Cms.Core.Collections
3+
namespace Umbraco.Core.Collections
44
{
55
/// <summary>
66
/// Collection that can be both a queue and a stack.

0 commit comments

Comments
 (0)