Exemplo n.º 1
0
 /**
  * Count the number of administrators.
  *
  * @return string
  */
 public function totalNonAdmins()
 {
     return I18N::number(count(User::all()) - count(User::allAdmins()));
 }