Skip to content

Commit

Permalink
make purger service public to prepare symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Aug 1, 2018
1 parent 24b4792 commit f4ea795
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ private function registerPurgerLoader(
new Reference('logger', ContainerInterface::IGNORE_ON_INVALID_REFERENCE)
]
);
$definition->setPublic(false);
$definition->setLazy(true);

$serviceId = sprintf(
Expand Down

0 comments on commit f4ea795

Please sign in to comment.