BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
app
/
Models
/
Section
📤 Upload
📝 New File
📁 New Folder
Close
Editing: AdvancedFeaturesSection.php
<?php namespace App\Models\Section; use Illuminate\Database\Eloquent\Model; class AdvancedFeaturesSection extends Model { protected $table = 'advanced_features_section'; protected $fillable = [ 'title', 'description', 'image', ]; }
Save
Cancel