示例#1
0
 public function find(Route $route)
 {
     $this->libro = Libro::find($route->getParameter('libro'));
 }