Fixes and todo's

This commit is contained in:
frederikpyt
2020-08-05 08:10:38 +02:00
parent 286b78865b
commit 072c5c65ab
6 changed files with 2 additions and 7 deletions
@@ -369,7 +369,6 @@ class UserController extends Controller
->orWhere('name_last', 'LIKE', $request->search . '%')
->orWhere('phone', 'LIKE', $request->search . '%')
->orWhere('email', 'LIKE', $request->search . '%')
->orWhere('name', 'LIKE', $request->search . '%')
->get();
$roles = Role::query()->where('name', 'LIKE', $request->search . '%')->get();