mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #7006 from Firesphere/patch-1
FIX Not `CascadeLogInTo` anymore, but `CascadeInTo`
This commit is contained in:
commit
4733abd79f
@ -81,7 +81,7 @@ class CookieAuthenticationHandler implements AuthenticationHandler
|
||||
*
|
||||
* @return IdentityStore
|
||||
*/
|
||||
public function getCascadeLogInTo()
|
||||
public function getCascadeInTo()
|
||||
{
|
||||
return $this->cascadeInTo;
|
||||
}
|
||||
@ -92,7 +92,7 @@ class CookieAuthenticationHandler implements AuthenticationHandler
|
||||
* @param IdentityStore $cascadeInTo
|
||||
* @return $this
|
||||
*/
|
||||
public function setCascadeLogInTo(IdentityStore $cascadeInTo)
|
||||
public function setCascadeInTo(IdentityStore $cascadeInTo)
|
||||
{
|
||||
$this->cascadeInTo = $cascadeInTo;
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user