public function getClases()
 {
     return Clase::all();
 }
Ejemplo n.º 2
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     return Clase::all();
 }