If I create a custom notification channel like here: https://laravel.com/docs/9.x/notifications#custom-channels
I get a "Driver not supported" when I implement the ShouldQueue
. What do I need to to, to make a custom Notification Channel queueable?
Asked
Active
Viewed 32 times
0

JanBoehmer
- 395
- 3
- 14
-
what are you using as a driver for queuing? – Tghosh Dec 02 '22 at 22:49
-
The default sync driver – JanBoehmer Dec 03 '22 at 09:27