We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fd83b commit dc0b4ccCopy full SHA for dc0b4cc
composer.json
@@ -1,5 +1,6 @@
1
{
2
"name": "bentools/webpush-bundle",
3
+ "type": "symfony-bundle",
4
"description": "Send push notifications through Web Push Protocol to your Symfony users.",
5
"license": "MIT",
6
"authors": [
src/Twig/WebPushTwigExtension.php
@@ -12,7 +12,7 @@ final class WebPushTwigExtension extends AbstractExtension implements GlobalsInt
12
*/
13
private $publicKey;
14
15
- public function __construct(string $publicKey)
+ public function __construct(?string $publicKey)
16
17
$this->publicKey = $publicKey;
18
}
0 commit comments