update where
This commit is contained in:
@@ -100,6 +100,7 @@ class MemberController extends Controller
|
||||
// Provider
|
||||
$providers = DB::table('organizations')
|
||||
->where('organizations.type', '=', 'hospital')
|
||||
->where('status', '=', 'active')
|
||||
->select(
|
||||
'organizations.id',
|
||||
'organizations.name'
|
||||
|
||||
Reference in New Issue
Block a user