Esempio n. 1
0
 public function getById($id)
 {
     return StaffInfo::where('id', $id)->first();
 }