| DIR:/proc/self/root/proc/thread-self/cwd/bright.medisavehealthcarebd.com/app/Models/Admin/ |
| 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',
];
}
|