diff --git a/app/Notifications/Netmails.php b/app/Notifications/Netmails.php index ad74eaa..9613b56 100644 --- a/app/Notifications/Netmails.php +++ b/app/Notifications/Netmails.php @@ -51,6 +51,7 @@ abstract class Netmails extends Notification //implements ShouldQueue { // @todo Redirect netmails to Hubs or higher to the admin $ao = $notifiable->routeNotificationFor(static::via); + $ao->load('system'); $o = new Netmail; $o->to = $ao->system->sysop;