Skip to content

Commit

Permalink
Merge pull request #1684 from michaelborn/patch-10
Browse files Browse the repository at this point in the history
Drop param from ormcloseallsessions.json, there is no param in ACF or Lucee
  • Loading branch information
pfreitag authored Jan 14, 2025
2 parents 68b2267 + 7f97088 commit db7957b
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 db7957b

Please sign in to comment.