Exemplo n.º 1
0
 public function find(Route $route)
 {
     $this->user = User::find($route->getParameter('id'));
 }
Exemplo n.º 2
0
 public function ProfileRegisterAllow($userID)
 {
     $user = User::find($userID);
     return view('confirmedprofile')->with("user", $user);
 }