Exemplo n.º 1
0
 public function get(Application $app, Request $request, $id)
 {
     $schoolUtil = new MobileSchoolUtil();
     $app = $schoolUtil->findSchoolAppById($id);
     return $this->filter($app);
 }