Applied fixes from StyleCI

This commit is contained in:
Bhanu
2016-06-13 11:30:41 -04:00
committed by StyleCI Bot
parent 4c25919b65
commit 1b77330dde
38 changed files with 1302 additions and 1185 deletions

View File

@@ -57,7 +57,7 @@ class ClientTicketController extends Controller
* @return type view
*/
public function reply($id, Request $request)
{
{
$tickets = Tickets::where('id', '=', $id)->first();
$thread = Ticket_Thread::where('ticket_id', '=', $tickets->id)->first();