public function __construct()
 {
     $this->parameterName = 'groups';
     $this->className = GroupInterface::class;
     parent::__construct();
 }
Example #2
0
 public function __construct()
 {
     $this->parameterName = 'groups';
     $this->className = 'Sylius\\Component\\User\\Model\\GroupInterface';
     parent::__construct();
 }