示例#1
0
文件: User.php 项目: amougel/cheerup
 public function addSecurityGroup(GroupInterface $group)
 {
     return parent::addGroup($group);
 }