mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-20 21:14:12 +00:00
Receive-Note-BackEnd
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: mhmj
|
||||
* Date: 27/05/2019
|
||||
* Time: 11:22 AM
|
||||
*/
|
||||
|
||||
namespace App\Http\Controllers\Orders;
|
||||
|
||||
|
||||
use App\Classes\Modules\ControllersLogic\Orders\UpdateReceiveNoteLogic;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class UpdateReceiveNoteController
|
||||
{
|
||||
public function update(string $orderId, Request $request, UpdateReceiveNoteLogic $logic){
|
||||
return $logic->execute($orderId, $request);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user