laravel-notification-channels / onesignal

OneSignal notifications channel for Laravel
MIT License
283 stars 119 forks source link

Add method to set the template_id of the message #77

Closed dyegonery closed 6 years ago

dyegonery commented 6 years ago

Add a method to set the template_id of the message

dyegonery commented 6 years ago

Actually, I just tested the package on this branch, and this PR ir still needed in order to allow messages to be sent using a template. It's because the contents is generated by the constructor of OneSignalMessage.

LKaemmerling commented 6 years ago

Looks okay for me :) I merge it. Thank you!