Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/app/Models/DeletedMessage.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class DeletedMessage extends Model { use HasFactory; protected $fillable = [ 'chat_id', 'deleted_by', 'created_at', 'updated_at', ]; public function user() { return $this->belongsTo(User::class, "deleted_by"); } public function chat() { return $this->belongsTo(Chat::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка