Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
ea4314a339
commit
b2a1b7ec55
@@ -516,7 +516,6 @@ class TicketController extends Controller
|
||||
}
|
||||
$ticket_id = $request->input('ticket_ID');
|
||||
|
||||
|
||||
$tickets = Tickets::where('id', '=', $ticket_id)->first();
|
||||
$tickets->isanswered = '1';
|
||||
$tickets->save();
|
||||
@@ -598,7 +597,6 @@ class TicketController extends Controller
|
||||
// sending attachments via php mail function
|
||||
$message = '';
|
||||
|
||||
|
||||
$collaborators = Ticket_Collaborator::where('ticket_id', '=', $ticket_id)->get();
|
||||
|
||||
$emails = Emails::where('department', '=', $tickets->dept_id)->first();
|
||||
@@ -2145,7 +2143,6 @@ class TicketController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return redirect()->back()->with('Success', 'Thank you for your rating!');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user