I use Laravel Horizon and am putting Notifications in a row as follows:
# Notifies the user that the transfer was made
$transfer->user->notify((new ConfirmedTransfer($transfer))->queue('default'));
The problem is that when an error occurs, the Horizon does not give a retry automatically. How to do this?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire