Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 9, 2019
1 parent e3e00fb commit 43c7e3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Security/Core/User/EuloginUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,12 @@ public function getPassword()
{
}

/**
*
*/
public function getPgt(): ?string
{
return $this->user->getAttribute('proxyGrantingTicket');
return $this->user->getPgt();
}

/**
Expand Down

0 comments on commit 43c7e3f

Please sign in to comment.