Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/app/Quotation.php
Ðазад
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Quotation extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'quotations'; public function quotation_items() { return $this->hasMany('App\QuotationItem',"quotation_id"); } public function client() { return $this->belongsTo('App\Contact',"related_id")->withDefault(); } public function lead() { return $this->belongsTo('App\Lead',"related_id")->withDefault(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка