Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/ultimate-ai.codeskitter.site/app/Models/Frontend/
Upload File :
Current File : /home/users/unlimited/www/ultimate-ai.codeskitter.site/app/Models/Frontend/ChannelSetting.php

<?php

namespace App\Models\Frontend;

use Illuminate\Database\Eloquent\Model;

class ChannelSetting extends Model
{
    protected $table = 'frontend_channel_settings';

    protected $fillable = [
        'title',
        'key',
        'description',
        'image',
        'logo',
    ];
}