Ejemplo n.º 1
0
 /**
  * Get the possible Suppliers including the Items brand
  *
  * @param integer          $id
  *
  * @return json            Supplier
  */
 public function getPossibleSuppliers(Request $supplier)
 {
     return Supplier::getSuppliersByBrand($supplier->input('id'), true);
 }