Skip to content

Commit

Permalink
feature #35298 Make sure the UriSigner can be autowired (Toflar)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.1-dev branch.

Discussion
----------

Make sure the UriSigner can be autowired

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

I wasn't able to find the correct spot where this is tested. Is it even tested and if so, can you point me as to where to add tests for that? Thanks 😄

Commits
-------

9ad1caa Make sure the UriSigner can be autowired
  • Loading branch information
fabpot committed Jan 10, 2020
2 parents d8bb14c + 9ad1caa commit 697bc22
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -89,6 +89,7 @@
<service id="uri_signer" class="Symfony\Component\HttpKernel\UriSigner">
<argument>%kernel.secret%</argument>
</service>
<service id="Symfony\Component\HttpKernel\UriSigner" alias="uri_signer" />

<service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory">
<argument type="tagged_iterator" tag="config_cache.resource_checker" />
Expand Down

0 comments on commit 697bc22

Please sign in to comment.