예제 #1
0
 public function getSupplier2()
 {
     $data = PurchaseOrders::getSupplier2();
     return response()->json($data);
 }