Skip to content

Commit 64daaae

Browse files
author
Greg Bowler
committed
build: introduce domtemplate data-element
1 parent 4f7dd7e commit 64daaae

3 files changed

Lines changed: 40 additions & 35 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"phpgt/config": "^1.0",
1616
"phpgt/csrf": "^v1.9",
1717
"phpgt/dom": "^v4.0",
18-
"phpgt/domtemplate": "^v3.2",
18+
"phpgt/domtemplate": "^3.2",
1919
"phpgt/database": "^1.4",
2020
"phpgt/http": "^1.1",
2121
"phpgt/logger": "^1.0",

composer.lock

Lines changed: 38 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Middleware/RequestHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ protected function completeRequestHandling(
128128

129129
// TODO: Why is this in the handle function?
130130
$documentBinder = $this->serviceContainer->get(DocumentBinder::class);
131-
$documentBinder->cleanDatasets();
131+
$documentBinder->cleanupDocument();
132132

133133
$this->view->stream($this->viewModel);
134134

0 commit comments

Comments
 (0)