Skip to content

Commit

Permalink
Merge branch '1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Dec 25, 2017
2 parents 5ce5b8d + 1fd473e commit a364ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bundle/Cache/SwitchableHttpCachePurger.php
Expand Up @@ -32,7 +32,9 @@ public function purge($locationIds)
return $locationIds;
}

return $this->purgeClient->purge($locationIds);
$this->purgeClient->purge($locationIds);

return $locationIds;
}

public function purgeAll()
Expand Down

0 comments on commit a364ce6

Please sign in to comment.