Ejemplo n.º 1
0
 /**
  *
  */
 protected function bareProducts()
 {
     $products = $this->database->table($this->product->getTable());
     return $products;
 }