Skip to content

Commit

Permalink
Symfony 4.x: aliased service to avoid autowiring notice (ezsystems#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunogier authored and Łukasz Serwatka committed Jul 17, 2018
1 parent cf04282 commit 330aa04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bundle/Resources/config/services.yml
Expand Up @@ -346,5 +346,7 @@ services:
tags:
- { name: 'form.type', alias: 'ezrepoforms_url_edit' }

EzSystems\RepositoryForms\ConfigResolver\MaxUploadSize: ~

ezrepoforms.config_resolver.max_upload_size:
class: EzSystems\RepositoryForms\ConfigResolver\MaxUploadSize
alias: EzSystems\RepositoryForms\ConfigResolver\MaxUploadSize

0 comments on commit 330aa04

Please sign in to comment.