Beispiel #1
0
 public function fetchDefectives()
 {
     $defectives = Status::fetch_defectives();
     return $defectives;
 }