From 964ca87b89a8fdac1f608d2ea6fc1b43aa083b1c Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Mon, 19 Dec 2016 12:49:19 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Http/ViewComposers/AgentLayout.php | 4 ++-- resources/lang/de/lang.php | 2 +- resources/lang/en/lang.php | 2 +- resources/lang/fr/lang.php | 2 +- resources/lang/it/lang.php | 2 +- resources/lang/nl/lang.php | 2 +- resources/lang/pt/lang.php | 2 +- resources/lang/ru/lang.php | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/Http/ViewComposers/AgentLayout.php b/app/Http/ViewComposers/AgentLayout.php index df04bf23d..1fdef6059 100644 --- a/app/Http/ViewComposers/AgentLayout.php +++ b/app/Http/ViewComposers/AgentLayout.php @@ -150,9 +150,9 @@ class AgentLayout } return $table->Join('ticket_status', function ($join) { - $join->on('ticket_status.id', '=', 'tickets.status') + $join->on('ticket_status.id', '=', 'tickets.status') ->whereIn('ticket_status.id', [1, 7]); - }); + }); } public function overdues() diff --git a/resources/lang/de/lang.php b/resources/lang/de/lang.php index 751d75ae6..4a04a3b01 100644 --- a/resources/lang/de/lang.php +++ b/resources/lang/de/lang.php @@ -1146,7 +1146,7 @@ return [ 'delete-account-caution-info' => 'Please note this account may still have open tickets in the system.', 'reply-can-not-be-empty' => 'Reply can not be blank. Please enter your reply.', - //update 18-12-2016 + //update 18-12-2016 'account-created-contact-admin-as-we-were-not-able-to-send-opt' => 'Your account has been created successfully. Please contact admin for account activation as we were not able to send you an OPT code.', ]; diff --git a/resources/lang/en/lang.php b/resources/lang/en/lang.php index 4eb8f0b87..0869be465 100644 --- a/resources/lang/en/lang.php +++ b/resources/lang/en/lang.php @@ -1583,7 +1583,7 @@ return [ 'delete-account-caution-info' => 'Please note this account may still have open tickets in the system.', 'reply-can-not-be-empty' => 'Reply can not be blank. Please enter your reply.', - //update 18-12-2016 + //update 18-12-2016 'account-created-contact-admin-as-we-were-not-able-to-send-opt' => 'Your account has been created successfully. Please contact admin for account activation as we were not able to send you an OPT code.', ]; diff --git a/resources/lang/fr/lang.php b/resources/lang/fr/lang.php index dfe4b5106..66b28872c 100644 --- a/resources/lang/fr/lang.php +++ b/resources/lang/fr/lang.php @@ -1554,7 +1554,7 @@ return [ 'delete-account-caution-info' => 'Please note this account may still have open tickets in the system.', 'reply-can-not-be-empty' => 'Reply can not be blank. Please enter your reply.', - //update 18-12-2016 + //update 18-12-2016 'account-created-contact-admin-as-we-were-not-able-to-send-opt' => 'Your account has been created successfully. Please contact admin for account activation as we were not able to send you an OPT code.', ]; diff --git a/resources/lang/it/lang.php b/resources/lang/it/lang.php index b629f2bd1..c9cc32aa8 100644 --- a/resources/lang/it/lang.php +++ b/resources/lang/it/lang.php @@ -1106,6 +1106,6 @@ return [ 'delete-account-caution-info' => 'Please note this account may still have open tickets in the system.', 'reply-can-not-be-empty' => 'Reply can not be blank. Please enter your reply.', - //update 18-12-2016 + //update 18-12-2016 'account-created-contact-admin-as-we-were-not-able-to-send-opt' => 'Your account has been created successfully. Please contact admin for account activation as we were not able to send you an OPT code.', ]; diff --git a/resources/lang/nl/lang.php b/resources/lang/nl/lang.php index 8bb0b35c7..95bdb72a5 100644 --- a/resources/lang/nl/lang.php +++ b/resources/lang/nl/lang.php @@ -1599,7 +1599,7 @@ return [ 'delete-account-caution-info' => 'Please note this account may still have open tickets in the system.', 'reply-can-not-be-empty' => 'Reply can not be blank. Please enter your reply.', - //update 18-12-2016 + //update 18-12-2016 'account-created-contact-admin-as-we-were-not-able-to-send-opt' => 'Your account has been created successfully. Please contact admin for account activation as we were not able to send you an OPT code.', ]; diff --git a/resources/lang/pt/lang.php b/resources/lang/pt/lang.php index 116d1ec49..4db1a1d87 100644 --- a/resources/lang/pt/lang.php +++ b/resources/lang/pt/lang.php @@ -1544,7 +1544,7 @@ return [ 'delete-account-caution-info' => 'Please note this account may still have open tickets in the system.', 'reply-can-not-be-empty' => 'Reply can not be blank. Please enter your reply.', - //update 18-12-2016 + //update 18-12-2016 'account-created-contact-admin-as-we-were-not-able-to-send-opt' => 'Your account has been created successfully. Please contact admin for account activation as we were not able to send you an OPT code.', ]; diff --git a/resources/lang/ru/lang.php b/resources/lang/ru/lang.php index 3bf31ee42..5f06a8d0d 100644 --- a/resources/lang/ru/lang.php +++ b/resources/lang/ru/lang.php @@ -1053,6 +1053,6 @@ return [ 'delete-account-caution-info' => 'Please note this account may still have open tickets in the system.', 'reply-can-not-be-empty' => 'Reply can not be blank. Please enter your reply.', - //update 18-12-2016 + //update 18-12-2016 'account-created-contact-admin-as-we-were-not-able-to-send-opt' => 'Your account has been created successfully. Please contact admin for account activation as we were not able to send you an OPT code.', ];