Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/app/Contact.php
Ðазад
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Contact extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'contacts'; protected $guarded = []; public function group() { return $this->hasOne('App\ContactGroup','id','group_id')->withDefault(); } public function user() { return $this->belongsTo('App\User')->withDefault(); } public function company() { return $this->belongsTo('App\Company','company_id')->withDefault(); } public function projects() { return $this->hasMany('App\Project','client_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка