Exemplo n.º 1
0
 public function find(Route $route)
 {
     $this->user = User::find($route->getParameter('usuarios'));
     //return $this->user;
 }