コード例 #1
0
ファイル: User.php プロジェクト: amougel/cheerup
 public function addSecurityGroup(GroupInterface $group)
 {
     return parent::addGroup($group);
 }