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