Skip to content

Commit

Permalink
Update ProfileType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ngodfraind committed Jul 1, 2015
1 parent f053d1e commit ae91ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/ProfileType.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct(
$this->accesses = $accesses;
$this->platformRoles = new ArrayCollection($platformRoles);
$this->isAdmin = $isAdmin;
$this->isGrantedUserAdministration = $isGrantedUserAdministration;{
$this->isGrantedUserAdministration = $isGrantedUserAdministration;
$this->langs = $localeManager->retrieveAvailableLocales();
$this->authenticationDrivers = $authenticationDrivers;
}
Expand Down

0 comments on commit ae91ef3

Please sign in to comment.