Skip to content

Commit

Permalink
Fix augmentation on frontend routes
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Sep 24, 2024
1 parent faadc16 commit f9ada27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Routing/ResourceResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ protected function contents()
$contents = (new View)
->template($this->data->template())
->layout($this->data->layout())
->with($this->data->toAugmentedArray())
->cascadeContent($this->data)
->render();

Expand Down

0 comments on commit f9ada27

Please sign in to comment.