Expand all notifications.

This commit is contained in:
James Cole
2024-12-14 08:03:18 +01:00
parent 5520992861
commit 03e9e3dbdb
8 changed files with 154 additions and 42 deletions

View File

@@ -71,7 +71,6 @@ class TransactionCreation extends Notification
*/
public function via(User $notifiable)
{
// todo only over email?
return ReturnsAvailableChannels::returnChannels('user', $notifiable);
return ['mail'];
}
}