We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547eb6e commit 8e78dc8Copy full SHA for 8e78dc8
src/Routing/ResourceResponse.php
@@ -54,6 +54,7 @@ protected function contents()
54
return (new View)
55
->template($this->data->template())
56
->layout($this->data->layout())
57
+ ->with($this->with)
58
->cascadeContent($this->data)
59
->render();
60
}
0 commit comments