optOut($notifiable)) { return []; } return $this->channels(); } public function optOut($notifiable) { return false; } }