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