Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/4a7891/SalesReturn.php.tar
Ðазад
home/easybachat/hisabat365.com/app/SalesReturn.php 0000664 00000001270 15060131004 0015756 0 ustar 00 <?php namespace App; use Illuminate\Database\Eloquent\Model; class SalesReturn extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'sales_return'; public function sales_return_items() { return $this->hasMany('App\SalesReturnItem',"sales_return_id"); } public function customer() { return $this->belongsTo('App\Contact',"customer_id")->withDefault(); } public function account() { return $this->belongsTo('App\Account',"account_id")->withDefault(); } public function tax() { return $this->belongsTo('App\Tax',"tax_id")->withDefault(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.03 |
proxy
|
phpinfo
|
ÐаÑтройка