Applied fixes from StyleCI

This commit is contained in:
Sujit Prasad
2016-06-17 11:13:33 -04:00
committed by StyleCI Bot
parent 1dcdb864ab
commit 02561e2cd3
48 changed files with 1685 additions and 1494 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();