Skip to content

Commit

Permalink
Update Yvand.LDAPCPSE.EventReceiver.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Feb 16, 2024
1 parent 91edeca commit be712fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Runtime.InteropServices;
using Yvand.LdapClaimsProvider.Logging;

namespace Yvand.LdapClaimsProvider
namespace Yvand.LdapClaimsProvider.Administration
{
/// <summary>
/// This class handles events raised during feature activation, deactivation, installation, uninstallation, and upgrade.
Expand All @@ -14,7 +14,7 @@ namespace Yvand.LdapClaimsProvider
/// The GUID attached to this class may be used during packaging and should not be modified.
/// </remarks>
[Guid("91e8e631-b3be-4d05-84c4-8653bddac278")]
public class LDAPCPSEEventReceiver : SPClaimProviderFeatureReceiver
public class FarmFeatureEventReceiver : SPClaimProviderFeatureReceiver
{
public override string ClaimProviderAssembly => typeof(LDAPCPSE).Assembly.FullName;

Expand Down

0 comments on commit be712fc

Please sign in to comment.