Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/oldsite/app/Models/WishList.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; use Modules\Property\app\Models\Property; use Illuminate\Database\Eloquent\Factories\HasFactory; class WishList extends Model { use HasFactory; protected $fillable=[ 'user_id','property_id' ]; public function property(){ return $this->belongsTo(Property::class)->with('reviews','city','translation'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка