BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
app
/
Models
/
Chatbot
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ChatbotData.php
<?php namespace App\Models\Chatbot; use Illuminate\Database\Eloquent\Model; class ChatbotData extends Model { protected $fillable = [ 'chatbot_id', 'content', 'type', 'type_value', 'path', 'status', ]; }
Save
Cancel