���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/zhaagvlk/web.zhaap.com/app__1b5d5ff/Models/Transfer.php
���ѧ٧ѧ�
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Transfer extends Model { protected $fillable = [ 'from_account', 'to_account', 'amount', 'date', 'payment_method', 'reference', 'description', 'created_by', ]; public function fromBankAccount() { return $this->hasOne('App\Models\BankAccount', 'id', 'from_account')->first(); } public function toBankAccount() { return $this->hasOne('App\Models\BankAccount', 'id', 'to_account')->first(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�