|
|
@@ -54,7 +54,7 @@ class TestAuthenticate extends BaseAuthenticate
|
|
|
public function afterIdentify(Event $event, array $user)
|
|
|
{
|
|
|
$this->callStack[] = __FUNCTION__;
|
|
|
- $this->authenticationProvider = $event->data(1);
|
|
|
+ $this->authenticationProvider = $event->getData(1);
|
|
|
|
|
|
if (!empty($this->modifiedUser)) {
|
|
|
return $user + ['extra' => 'foo'];
|