Exemplo n.º 1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     return $this->response(array('statusCode' => 100, 'statusDescription' => 'Success', 'options' => json_decode(ProductsOptions::all()->toJson(), true)));
 }