File manager - Edit - /home/autoph/public_html/projects/aha-api/app/Models/AiConversations.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class AiConversations extends Model { protected $table = 'aha_ai_conversations'; protected $fillable = [ 'user_message', 'bot_response' , 'session_id', 'location_id', 'agent_id' , 'timestamp' , 'received_timestamp' ]; }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings