Esempio n. 1
0
 /**
  * Returns all the users
  * @return object
  */
 public function all()
 {
     return $this->user->all();
 }