Skip to content

Commit

Permalink
Add missing in taggers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Nov 17, 2017
1 parent f4702f3 commit a4985b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ResponseTagger/Delegator/DispatcherTagger.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ public function tag(ResponseCacheConfigurator $configurator, Response $response,
foreach ($this->taggers as $tagger) {
$tagger->tag($configurator, $response, $value);
}

return $this;
}
}
2 changes: 2 additions & 0 deletions src/ResponseTagger/Value/ContentInfoTagger.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ public function tag(ResponseCacheConfigurator $configurator, Response $response,
if ($value->mainLocationId) {
$configurator->addTags($response, ['location-' . $value->mainLocationId]);
}

return $this;
}
}

0 comments on commit a4985b5

Please sign in to comment.