Skip to content

Commit

Permalink
API Update deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 15, 2022
1 parent 9be83a2 commit 966d21b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Extensions/LDAPMemberExtension.php
Expand Up @@ -2,6 +2,7 @@

namespace SilverStripe\LDAP\Extensions;

use SilverStripe\Dev\Deprecation;
use Exception;
use SilverStripe\Core\Injector\Injector;
use SilverStripe\Forms\FieldList;
Expand Down Expand Up @@ -289,10 +290,11 @@ public function sync()
}

/**
* @deprecated 1.1.0 Not used by SilverStripe internally and will be removed in 2.0
* @deprecated 1.1.0 Will be removed without equivalent functionality to replace it
*/
public function memberLoggedIn()
{
Deprecation::notice('1.1.0', 'Will be removed without equivalent functionality to replace it');
return $this->afterMemberLoggedIn();
}

Expand Down

0 comments on commit 966d21b

Please sign in to comment.