예제 #1
0
파일: User.php 프로젝트: amougel/cheerup
 /**
  * Gets the groups granted to the user.
  *
  * @return Collection
  */
 public function getSecurityGroups()
 {
     return parent::getGroups();
 }