Exemple #1
0
 /**
  * Returns the count of all pokes.
  *
  * @return mixed
  */
 public function totalPokes()
 {
     $base = 189771;
     return Poke::count() + $base;
 }