When using Symfony 4, this bundle cannot be called with ` $this->getContainer()->get('minishlink_web_push');` The fix is to declare the `minishlink_web_push` service as `public`. Thanks !
When using Symfony 4, this bundle cannot be called with
$this->getContainer()->get('minishlink_web_push');The fix is to declare the
minishlink_web_pushservice aspublic.Thanks !