Closed wRLSS closed 5 years ago
Configuration file services.xml doesn't seem to be correctly configured in the part of
services.xml
<parameters> <parameter id="bentools_webpush.public_key"></parameter> <parameter id="bentools_webpush.private_key"></parameter> </parameters>
I believe it's a mistake and it should state key instead of id. Having id here introduces some random integer keys with no value inside symfony ParameterBag
key
id
Any chance it can be released to avoid spreading usage of stability/fork override?
@wRLSS I'm actively working on the 0.4 version, but some little breaking changes are to expect.
0.3.4 released, anyway :)
Configuration file
services.xml
doesn't seem to be correctly configured in the part ofI believe it's a mistake and it should state
key
instead ofid
. Havingid
here introduces some random integer keys with no value inside symfony ParameterBag