Update pbx search
This commit is contained in:
parent
2c4eace82b
commit
e4035ed5a2
|
|
@ -39,6 +39,7 @@ class PBXController extends Controller
|
|||
|
||||
$pins = PBXPin::where('name', 'LIKE', '%'.$criteria.'%')
|
||||
->orWhere('pin', '=', $criteria)
|
||||
->orWhere('email', 'LIKE', '%'.$criteria.'%')
|
||||
->get();
|
||||
|
||||
$curr_user = $request->session()->get('credentials');
|
||||
|
|
|
|||
Loading…
Reference in a new issue