@@ -21,7 +21,7 @@ |
||
| 21 | 21 | public function __construct(array $sender, array $recipients, array $message){ |
| 22 | 22 | $smtpConfigJson = file_get_contents("bin/configs/smtp-config.json"); |
| 23 | 23 | |
| 24 | - $smtpConfig = json_decode($smtpConfigJson); |
|
| 24 | + $smtpConfig = json_decode($smtpConfigJson); |
|
| 25 | 25 | |
| 26 | 26 | $mail = new \PHPMailer; |
| 27 | 27 | $mail->SMTPDebug = $smtpConfig->debug; |