Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Fixed deprecation warning in encoders.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten authored Jul 21, 2016
1 parent 4c7cd1c commit 3587ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/encoders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ services:
bravesheep_flysystem_url.encoder.url_prefix:
class: Bravesheep\FlysystemUrlBundle\Encoder\PublicUrlPrefixEncoder
arguments:
- %public_url_prefix.web_dir%
- %public_url_prefix.default%
- "%public_url_prefix.web_dir%"
- "%public_url_prefix.default%"
tags: [{name: bravesheep_flysystem_url.encoder, alias: public_url_prefix}]

0 comments on commit 3587ba5

Please sign in to comment.