Ejemplo n.º 1
0
 /**
  * Register a cell number and respond with a token to be used as its identifier.
  *
  * @return Response
  */
 public function setName($token, $name)
 {
     $vendor = new Vendor();
     return $vendor->setName($token, $name);
 }