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