Update ClientController.php

This commit is contained in:
David Bomba 2018-10-29 14:17:40 +11:00 committed by GitHub
parent dde1cd6cfb
commit ede0668caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ class ClientController extends Controller
*/
public function index(Builder $builder)
{
Log::error('here i Am');
if (request()->ajax()) {
$clients = Client::select('clients.*', DB::raw("CONCAT(client_contacts.first_name,' ',client_contacts.last_name) as full_name"), 'client_contacts.email')