tidy up the order remark backend api

This commit is contained in:
edmondlang
2021-10-31 15:43:57 +08:00
parent 6444f471e8
commit 5e7cfd4da0
6 changed files with 34 additions and 40 deletions
@@ -6,7 +6,7 @@ use App\Classes\Modules\Orders\ControllersLogic\CreateOrderRemarkLogic;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
class OrderRemarksController
class CreateOrderRemarkController
{
public function create(Request $request, CreateOrderRemarkLogic $logic): JsonResponse{
return $logic->execute($request);