Skip to content

Commit

Permalink
Merge branch '5.1' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
2 parents ae2bab7 + a6c3675 commit 0f72239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/MemberExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
/**
* Extend Member to add relationship to registered methods and track some specific preferences
*
* @method RegisteredMethod[]|HasManyList RegisteredMFAMethods()
* @property MethodInterface $DefaultRegisteredMethod
* @property string $DefaultRegisteredMethodID
* @property bool $HasSkippedMFARegistration
* @property Member|MemberExtension $owner
* @method HasManyList<RegisteredMethod> RegisteredMFAMethods()
*/
class MemberExtension extends DataExtension implements PermissionProvider
{
Expand Down

0 comments on commit 0f72239

Please sign in to comment.