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