BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
app
/
Models
/
Frontend
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 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', ]; }
Save
Cancel