add price start & end doctor show

This commit is contained in:
Muhammad Fajar
2022-11-04 10:16:38 +07:00
parent fed80465a7
commit e8400bddb5
2 changed files with 15 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ namespace Modules\Linksehat\Http\Controllers\Api;
use App\Helpers\Helper;
use App\Models\Organization;
use App\Models\Practice;
use App\Models\Practitioner;
use App\Models\PractitionerRole;
use Illuminate\Contracts\Support\Renderable;
@@ -100,7 +101,7 @@ class DoctorController extends Controller
$q->where('addresses.addressable_type', Organization::class);
});
},
'practitionerRoles.practices',
'practitionerRoles.practices.prices',
'practitionerRoles.availabilities',
'person',
'metas',