chore: fix bad namespace

Namespaces were not correct

BREAKING_CHANGE: Namespaces changed
This commit is contained in:
Andrew Welker
2024-02-07 12:32:45 -06:00
parent b689c847fb
commit 9e7239b219
4 changed files with 6 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
using PepperDash.Essentials.Core;
namespace PepperDash_Essentials_Core.Bridges.JoinMaps
namespace PepperDash.Essentials.Core.Bridges.JoinMaps
{
public sealed class GenericIrControllerJoinMap : JoinMapBaseAdvanced
{