Custom user fields during registration and profile edit #711
This commit is contained in:
@@ -17,7 +17,7 @@ class BaseNotification extends Notification implements ShouldQueue
|
||||
{
|
||||
// Look in the notifications.channels config and see where this particular
|
||||
// notification can go. Map it to $channels
|
||||
$klass = get_class($this);
|
||||
$klass = static::class;
|
||||
$notif_config = config('notifications.channels', []);
|
||||
if (!array_key_exists($klass, $notif_config)) {
|
||||
Log::error('Notification type '.$klass.' missing from notifications config, defaulting to mail');
|
||||
|
||||
Reference in New Issue
Block a user