From ae3cc7f53079fb43afd31b7ce4baaa2491f3f8bd Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Fri, 1 Apr 2016 06:51:44 -0400 Subject: [PATCH] Applied fixes from StyleCI --- .../Controllers/Agent/helpdesk/NotificationController.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Http/Controllers/Agent/helpdesk/NotificationController.php b/app/Http/Controllers/Agent/helpdesk/NotificationController.php index 6c59b1d29..41c6c6b6b 100644 --- a/app/Http/Controllers/Agent/helpdesk/NotificationController.php +++ b/app/Http/Controllers/Agent/helpdesk/NotificationController.php @@ -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; } - - }