/** */ public function __construct() { parent::__construct(); $this->sites = new ArrayCollection(); $this->addRole('ROLE_STRIPE_USER'); }
public function __construct() { parent::__construct(); $this->setRoles(['ROLE_ADMIN']); }