mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-29 17:34:25 +00:00
WIP - Order steps & remaining APIs
This commit is contained in:
@@ -62,7 +62,6 @@ class UpdateRemarkLogic extends AbstractControllerLogic
|
||||
*/
|
||||
public function logic(Request $request) : JsonResponse
|
||||
{
|
||||
|
||||
$object = new RemarkObject($request->input('comment'), $request->input('commenter_id'));
|
||||
|
||||
$this->canUpdateRemark->passes($object);
|
||||
@@ -72,7 +71,6 @@ class UpdateRemarkLogic extends AbstractControllerLogic
|
||||
$query = $this->updatesRemark->execute($query, $object);
|
||||
|
||||
return $this->resourceResponse(new RemarkResource($query));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user