Beispiel #1
0
 /**
  * Returns all users who belong to
  * a group.
  *
  * @param  \Cartalyst\Sentry\Groups\GroupInterface  $group
  * @return array
  */
 public function findAllInGroup(GroupInterface $group)
 {
     return $group->users()->get();
 }