Update pbx search

This commit is contained in:
root 2023-06-02 04:53:54 -04:00
parent 2c4eace82b
commit e4035ed5a2

View file

@ -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');