@@ -123,7 +123,7 @@ |
||
| 123 | 123 | protected function setRecipient(): void |
| 124 | 124 | { |
| 125 | 125 | $this->recipient = $this->argument('recipient') ?? |
| 126 | - $this->getPresetValue('recipient', $this->config->get('mail.from.address')); |
|
| 126 | + $this->getPresetValue('recipient', $this->config->get('mail.from.address')); |
|
| 127 | 127 | } |
| 128 | 128 | |
| 129 | 129 | protected function setDriver(): void |