richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

Command rms:test-push is not available in Symfony>=4 #171

Open blaues0cke opened 6 years ago

blaues0cke commented 6 years ago

I am just wondering why the TestPushCommand is not found. When I copy TestPushCommand.php in my project folder and make the rms_push_notifications service public, everything is working:

<service id="rms_push_notifications" class="%rms_push_notifications.class%" public="true">
</service>