Applied fixes from StyleCI

This commit is contained in:
Manish Verma
2016-04-01 06:51:44 -04:00
committed by StyleCI Bot
parent 114d1d9b0b
commit ae3cc7f530

View File

@@ -147,7 +147,7 @@ class NotificationController extends Controller
$this->PhpMailController->sendEmail($from = $this->PhpMailController->mailfrom('1', '0'), $to = ['name' => $user_name, 'email' => $email], $message = ['subject' => 'Daily Report', 'scenario' => null, 'body' => $contents]);
}
}
/**
* Fetching company name.
*
@@ -166,6 +166,4 @@ class NotificationController extends Controller
return $company;
}
}