Skip to content

Commit 18f40ea

Browse files
committed
[CHANGE] deprecated PersistenceManager->whitelistObject finally replaced by allowObject
1 parent d751c03 commit 18f40ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Authentication/UsernameHmacTimestampProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@ public function authenticate(TokenInterface $authenticationToken)
159159
}
160160

161161
$this->accountRepository->update($account);
162-
$this->persistenceManager->whitelistObject($account);
162+
$this->persistenceManager->allowObject($account);
163163
}
164164
}

0 commit comments

Comments
 (0)