mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-24 15:04:07 +00:00
Merge remote-tracking branch 'origin/Order-Change-Address'
# Conflicts: # routes/api.php
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\Orders;
|
||||
|
||||
use App\Classes\Modules\ControllersLogic\Orders\UpdateOrderAddressLogic;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class UpdateOrderAddressController
|
||||
{
|
||||
public function update(string $orderId, Request $request, UpdateOrderAddressLogic $logic){
|
||||
return $logic->execute($orderId,$request);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user