Skip to content

Commit

Permalink
Drop param from ormcloseallsessions.json, there is no param in ACF or…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn authored Jan 14, 2025
1 parent 68b2267 commit 7f97088
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/en/ormcloseallsessions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand All @@ -25,4 +23,4 @@
}
]

}
}

0 comments on commit 7f97088

Please sign in to comment.