From 7f9708859e91a105b436b4b9f81f71c64bd39685 Mon Sep 17 00:00:00 2001 From: Michael Born <8106227+michaelborn@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:21:42 -0500 Subject: [PATCH] Drop param from ormcloseallsessions.json, there is no param in ACF or Lucee for this BIF See ACF docs: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/ormcloseallsessions.html and Lucee docs: https://docs.lucee.org/reference/functions/ormcloseallsessions.html It is clear this BIF does not take arguments. --- data/en/ormcloseallsessions.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/en/ormcloseallsessions.json b/data/en/ormcloseallsessions.json index 8248e248a..87231d8dc 100644 --- a/data/en/ormcloseallsessions.json +++ b/data/en/ormcloseallsessions.json @@ -5,9 +5,7 @@ "returns":"void", "related":["ORMGetSession", "ORMClearSession", "ORMFlush", "ORMGetSessionFactory", "ORMCloseSession"], "description":" Closes all Hibernate sessions in the request.", - "params": [ - {"name":"region","description":"Name of the cache region.","required":true,"default":"","type":"string","values":[]} - ], + "params": [], "engines": { "coldfusion": {"minimum_version":"9.0.1", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/ormcloseallsessions.html"}, "lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/ormcloseallsessions.html"}, @@ -25,4 +23,4 @@ } ] -} \ No newline at end of file +}