Skip to content

Commit

Permalink
fix localhost parameter not used
Browse files Browse the repository at this point in the history
  • Loading branch information
ncou committed Oct 17, 2017
1 parent 9794f98 commit ab12445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Travis/SMTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function __construct($config, $connection = null)
$this->debug_mode = $this->config('debug_mode');

// set localhost
$this->localhost = $this->config('default');
$this->localhost = $this->config('localhost');
}

public function from($email, $name = null)
Expand Down

0 comments on commit ab12445

Please sign in to comment.