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