Esempio n. 1
0
 /**
  * Get list of all users
  */
 public static function getUserlist()
 {
     return UserAgent::orderBy('_id', 'asc')->get();
 }