- 
                Notifications
    You must be signed in to change notification settings 
- Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
ErrorException : array_values() expects parameter 1 to be array, null given
C:\SGP-Laravel\vendor\binarybuilds\laravel-mail-manager\src\Managers\NotificationManager.php:31
But I'm using App\User from Laravel
/**
* Route notifications for the mail channel.
*
* @param Notification $notification
* @return string
*/
public function routeNotificationForMail($notification)
{
return $this->ds_email;
}
and this user has email
Works when is not in test environment
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working