%PDF- %PDF-
Direktori : /var/www/html/klinisol/klinisol-api/app/Models/ |
Current File : /var/www/html/klinisol/klinisol-api/app/Models/Hospital.php |
<?php namespace App\Models; /** * @property integer id * @property string code * @property string name * @property string address */ class Hospital extends BaseModel { protected $table = 'hospitals'; protected $fillable = [ 'code', 'name', 'address', ]; }