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