HOME


sh-3ll 1.0
DIR:/proc/self/root/proc/thread-self/cwd/bright.medisavehealthcarebd.com/app/Models/Admin/
Upload File :
Current File : //proc/self/root/proc/thread-self/cwd/bright.medisavehealthcarebd.com/app/Models/Admin/InfoList.php
<?php

namespace App\Models\Admin;

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

class InfoList extends Model
{
    use HasFactory;

    /**
     * The attributes that are mass assignable.
     *
     * @var array
     */
    protected $fillable = [
        'language_id',
        'title',
        'desc',
        'order',
    ];
}