%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/geotechnics/api/app/Models/
Upload File :
Create Path :
Current File : /var/www/html/geotechnics/api/app/Models/Country.php

<?php

namespace App\Models;

/**
 * @property integer id
 * @property string code
 * @property string name
 */
class Country extends BaseModel
{
    public $timestamps = false;

    /**
     * The attributes that are mass assignable.
     *
     * @var array
     */
    protected $fillable = [
        'code',
        'name',
    ];

    protected $casts = [
        'id'   => 'integer',
        'code' => 'string',
        'name' => 'string',
    ];
}



Zerion Mini Shell 1.0