%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/.trash/app/Models/
Upload File :
Create Path :
Current File : /home/vacivi36/.trash/app/Models/Unit.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Unit extends Model
{
    use HasFactory;

    protected $fillable = [
        'name',
        'city',
        'is_active',
    ];

    protected $casts = [
        'created_at' => 'datetime',
        'updated_at' => 'datetime',
    ];
}

Zerion Mini Shell 1.0