Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
54af5c3765
commit
964ca87b89
@@ -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()
|
||||
|
@@ -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.',
|
||||
|
||||
];
|
||||
|
@@ -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.',
|
||||
|
||||
];
|
||||
|
@@ -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.',
|
||||
|
||||
];
|
||||
|
@@ -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.',
|
||||
];
|
||||
|
@@ -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.',
|
||||
|
||||
];
|
||||
|
@@ -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.',
|
||||
|
||||
];
|
||||
|
@@ -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.',
|
||||
];
|
||||
|
Reference in New Issue
Block a user