Add payments method to the PurchaseUnit.php

This commit is contained in:
Mészáros Róbert 2020-04-15 11:57:22 +03:00
parent 1cbcd8af72
commit 5ce264a508

View file

@ -90,6 +90,10 @@ class PurchaseUnit
return $this->payee;
}
public function payments() : ?Payments {
return $this->payments;
}
/**
* @return Item[]
*/