Example #1
0
 /**
  * Return array of users
  *
  * @return array
  */
 public function findAll()
 {
     return Sentry::findAllUsers();
 }