Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/app/Models/QaMessage.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class QaMessage extends Model { protected $fillable = [ 'topic_id', 'sender_id', 'content', 'read_at', ]; protected $dates = [ 'sent_at', ]; public function topic() { return $this->belongsTo(QaTopic::class); } public function sender() { return $this->hasOne(User::class, 'id', 'sender_id')->withTrashed(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка