Apply fixes from StyleCI

This commit is contained in:
Manish Verma
2018-08-13 13:11:15 +00:00
committed by StyleCI Bot
parent 2f6ce43fe1
commit 776289bde6
3 changed files with 10 additions and 8 deletions

View File

@@ -19,12 +19,11 @@ class PhpMailController extends Controller
/**
*@var variable to instantiate common mailer class
*/
public function __construct()
{
$this->commonMailer = new CommonMailer;
$this->commonMailer = new CommonMailer();
}
public function fetch_smtp_details($id)
{
$emails = Emails::where('id', '=', $id)->first();