Fixed transaksi keuntungan query for TransactionOnlineTrail
This commit is contained in:
@@ -23,4 +23,9 @@ class TransaksiKeuntungan extends Model
|
||||
* @var array
|
||||
*/
|
||||
// protected $hidden = [];
|
||||
}
|
||||
|
||||
function transaction()
|
||||
{
|
||||
return $this->hasOne(Transaction::class, 'norujukan', 'norujukan');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user