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