belongsTo(BorrowTransaction::class, 'borrow_transaction_id'); } public function user() { return $this->belongsTo(User::class); } }