Closed Systemcheck closed 5 years ago
Hi try this
$notificationManager = $this->container->get('sc_expo_notifications.notification_manager');
is work for me on Symfony 4.1
same Issue. Service is not available. I removed the bundle now and send Notifications with curl. thx.
As Title says i cant access notification_manager. i call how in Doc described with:
$notificationManager = $this->get('sc_expo_notifications.notification_manager');
First i filled the config.yaml, later i removed all. Both the same error. Symfony 4.2 Whats the problem there? the install was without errors.