public function showIndex()
 {
     return Users::getAll();
 }
예제 #2
0
 public static function getAll()
 {
     return Users::first();
 }