public function showIndex()
 {
     return Users::getAll();
 }
Exemplo n.º 2
0
 public static function getAll()
 {
     return Users::first();
 }