| Current Path : /home/users/unlimited/www/ultimate-ai.codeskitter.site/app/Models/Frontend/ |
| 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',
];
}