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