Files
streamline-emr/docker/_streamline-src/app/Models/HivPatient.php
T

11 lines
120 B
PHP
Executable File

<?php
namespace Streamline\Models;
use Illuminate\Database\Eloquent\Model;
class HivPatient extends Model
{
//
}