Merge pull request #35 from ladybirdweb/analysis-XkaL4j

Applied fixes from StyleCI
This commit is contained in:
Manish Verma
2016-04-01 16:22:56 +05:30

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;
}
}