Skip to content

Commit 067d16c

Browse files
authored
Merge pull request #3 from Locastic/translator-bug-fix
Fix for prod env bugs in MessageRedirectHelper and removed profiler.
2 parents be9714a + fed51c8 commit 067d16c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
arguments:
3939
- "@session.flash_bag"
4040
- "@router.default"
41-
- "@translator.logging"
41+
- "@sylius.theme.translation.translator"
4242

4343

4444

tests/Application/app/config/routing.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
sylius:
22
resource: "../../../../vendor/sylius/sylius/app/config/routing.yml"
33

4-
_profiler:
5-
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
6-
prefix: /_profiler
7-
84
# Put your own routes here
95
locastic_sylius_comparer_plugin:
106
resource: "@LocasticSyliusComparerPlugin/Resources/config/routing.yml"

0 commit comments

Comments
 (0)