Skip to content

Commit

Permalink
[FrameworkBundle] Remove router and translator default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Beru committed Aug 11, 2023
1 parent 544ff21 commit c75d40a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions symfony/routing/6.0/config/packages/routing.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
framework:
router:
utf8: true

# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
#default_uri: http://localhost
Expand Down
2 changes: 0 additions & 2 deletions symfony/routing/6.1/config/packages/routing.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
framework:
router:
utf8: true

# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
#default_uri: http://localhost
Expand Down
2 changes: 0 additions & 2 deletions symfony/routing/6.2/config/packages/routing.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
framework:
router:
utf8: true

# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
#default_uri: http://localhost
Expand Down
3 changes: 0 additions & 3 deletions symfony/translation/5.3/config/packages/translation.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
framework:
default_locale: en
translator:
default_path: '%kernel.project_dir%/translations'
fallbacks:
- en
# providers:
# crowdin:
# dsn: '%env(CROWDIN_DSN)%'
Expand Down

0 comments on commit c75d40a

Please sign in to comment.