10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
namespace App\Services;
|
|
|
|
use App\Model\PatientHistoryInquiry as PatientHistoryInquiryModel;
|
|
|
|
class UserPatientService extends BaseService
|
|
{
|
|
|
|
} |