Example #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct();
     $this->roles = [AdminUserInterface::DEFAULT_ADMIN_ROLE];
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->authorizationRoles = new ArrayCollection();
 }