fix: syntax error in attachment controller

This commit is contained in:
dyzulk
2026-01-04 23:13:44 +07:00
parent 8e484138f0
commit 6f4d33b1e5

View File

@@ -69,5 +69,4 @@ class AttachmentController extends Controller
return response()->json(['error' => 'Server Error', 'message' => $e->getMessage()], 500);
}
}
}
}