hardening

This commit is contained in:
Saufi
2026-05-31 00:45:19 +08:00
parent d57187bccc
commit e83a5f5bfe
7 changed files with 168 additions and 19 deletions

View File

@@ -8,6 +8,8 @@ use Illuminate\Database\Eloquent\Builder;
class ChatFeedback extends Model
{
protected $table = 'chat_feedbacks';
protected $fillable = [
'chat_log_id',
'user_id',