Skip to content

Commit

Permalink
Update MailDev.php
Browse files Browse the repository at this point in the history
  • Loading branch information
anasiez authored Jan 7, 2025
1 parent 44a2eff commit 9259ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/Module/MailDev.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class MailDev extends Module
*/
public function __construct(ModuleContainer $moduleContainer, array $config = null)
{
parent::__construct($moduleContainer, $config); $this->mailDevClient = new MailDevClient(
parent::__construct($moduleContainer, $config);
$this->mailDevClient = new MailDevClient(
$config['base_uri'] ?? 'http://127.0.0.1:8025',
$config['username'] ?? '',
$config['password'] ?? '',
Expand Down

0 comments on commit 9259ec7

Please sign in to comment.