芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/TicketReply.php
belongsTo(User::class, 'user_id')->withoutGlobalScope(ActiveScope::class); } public function files(): HasMany { return $this->hasMany(TicketFile::class, 'ticket_reply_id'); } public function ticket(): BelongsTo { return $this->belongsTo(Ticket::class); } }