%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/klinisol/klinisol-api/app/Models/
Upload File :
Create Path :
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',
    ];
}

Zerion Mini Shell 1.0