Skip to content

Commit

Permalink
fix: correctly fetch Kernel environment in services configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Oct 10, 2023
1 parent 4a79ab6 commit 882778f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
->args([
'%kernel.cache_dir%/Valinor',
in_array(
$container->env(),
$builder->getParameter('kernel.environment'),
array_map('trim', $config['cache']['env_where_files_are_watched']),
true
)
Expand Down

0 comments on commit 882778f

Please sign in to comment.