mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-24 06:53:58 +00:00
invoice-backend
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: mhmj
|
||||
* Date: 18/07/2019
|
||||
* Time: 4:43 PM
|
||||
*/
|
||||
|
||||
namespace App\Http\Controllers\FreightForwarder;
|
||||
|
||||
|
||||
use App\Classes\Modules\ControllersLogic\FreightForwarder\UpdateServiceFeesLogic;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class UpdateServiceFeesController
|
||||
{
|
||||
public function update(Request $request, UpdateServiceFeesLogic $logic){
|
||||
return $logic->execute($request);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user