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/ContentBox.php

<?php

namespace App\Models\Frontend;

use Illuminate\Database\Eloquent\Model;

class ContentBox extends Model
{
    protected $table = 'frontend_content_boxes';

    protected $fillable = [
        'emoji',
        'title',
        'description',
        'background',
        'foreground',
    ];
}