Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Add setRoles() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Jun 1, 2015
1 parent 2c56676 commit 9dad941
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Security/Core/User/LdapUser.php
Expand Up @@ -71,6 +71,11 @@ public function eraseCredentials()
{
}

public function setRoles(array $roles)
{
$this->roles = $roles;
}

/**
* Handle get/set property.
*/
Expand Down

0 comments on commit 9dad941

Please sign in to comment.