Skip to content

Commit 8e78dc8

Browse files
committed
with with
1 parent 547eb6e commit 8e78dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Routing/ResourceResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ protected function contents()
5454
return (new View)
5555
->template($this->data->template())
5656
->layout($this->data->layout())
57+
->with($this->with)
5758
->cascadeContent($this->data)
5859
->render();
5960
}

0 commit comments

Comments
 (0)