Skip to content

Commit

Permalink
Fixed undefined parameter for Symfony3
Browse files Browse the repository at this point in the history
  • Loading branch information
korotovsky committed Mar 4, 2016
1 parent ddfd70e commit 2e40045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

</service>

<service id="krtv_single_sign_on_service_provider.uri_signer" class="%uri_signer.class%">
<service id="krtv_single_sign_on_service_provider.uri_signer" class="Symfony\Component\HttpKernel\UriSigner">
<argument /> <!-- secret -->
</service>

Expand Down

0 comments on commit 2e40045

Please sign in to comment.