Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/c2is/BigfootUserBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gmanen committed Jan 21, 2014
2 parents a1718ae + 18f2e0e commit 34fd19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Entity/BigfootUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public function __toString()

public function __construct()
{
$this->salt = base64_encode(mcrypt_create_iv(24, MCRYPT_DEV_URANDOM));
$this->userRoles = new \Doctrine\Common\Collections\ArrayCollection();
}

Expand Down

0 comments on commit 34fd19f

Please sign in to comment.