mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-23 06:24:07 +00:00
edit controller
This commit is contained in:
@@ -18,7 +18,7 @@ class DeliveryInfoController extends Controller
|
||||
|
||||
public function store(DeliveryInfo $deliveryinfo)
|
||||
{
|
||||
$deliveryinfo = DeliveryInfot::create($request->all());
|
||||
$deliveryinfo = DeliveryInfo::create($request->all());
|
||||
|
||||
return response()->json(DeliveryInfo, 201);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user