コード例 #1
0
ファイル: User.php プロジェクト: amougel/cheerup
 /**
  * Gets the groups granted to the user.
  *
  * @return Collection
  */
 public function getSecurityGroups()
 {
     return parent::getGroups();
 }