small fixes

This commit is contained in:
Andras Bacsai
2023-10-06 10:08:50 +02:00
parent f6adc9285a
commit 277b4276e6
2 changed files with 1 additions and 6 deletions

View File

@@ -15,7 +15,6 @@ class EmailChannel
try {
$this->bootConfigs($notifiable);
$recepients = $notifiable->getRecepients($notification);
ray($recepients);
if (count($recepients) === 0) {
throw new Exception('No email recipients found');
}