예제 #1
0
 public function getBind()
 {
     $token = Token::obtainBind();
     return View::make('device.bind')->with('token', $token);
 }