mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00:00
Expand all notifications.
This commit is contained in:
@@ -71,7 +71,6 @@ class TransactionCreation extends Notification
|
||||
*/
|
||||
public function via(User $notifiable)
|
||||
{
|
||||
// todo only over email?
|
||||
return ReturnsAvailableChannels::returnChannels('user', $notifiable);
|
||||
return ['mail'];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user