bpolaszek / webpush-bundle

Symfony Bundle: Send WebPush Notifications to your users.
MIT License
66 stars 40 forks source link

Incorrect parameter description in services.xml #11

Closed wRLSS closed 5 years ago

wRLSS commented 6 years ago

Configuration file services.xml doesn't seem to be correctly configured in the part of

    <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

wRLSS commented 5 years ago

Any chance it can be released to avoid spreading usage of stability/fork override?

bpolaszek commented 5 years ago

@wRLSS I'm actively working on the 0.4 version, but some little breaking changes are to expect.

bpolaszek commented 5 years ago

0.3.4 released, anyway :)