Update ClientController.php
This commit is contained in:
parent
dde1cd6cfb
commit
ede0668caf
1 changed files with 0 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue