update where

This commit is contained in:
Linksehat Staging Server
2024-01-22 11:10:33 +07:00
parent ae83980255
commit 0fa6850852

View File

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