Skip to content
Prev Previous commit
Next Next commit
Style Fix 2
  • Loading branch information
turtles2 authored Jan 2, 2018
commit 6f236324089be65676fd2017a8674b6721d56907
1 change: 0 additions & 1 deletion app/Http/Controllers/ContactsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ public function search(Request $request)
['contact_field_type_id', $field_id],
]);
})->get();

} else {
$results = Contact::search($needle, $accountId);
}
Expand Down