Fix old products report

This commit is contained in:
Deon George
2022-08-01 21:06:57 +10:00
parent 7feec266b8
commit 360182b6bb
4 changed files with 34 additions and 36 deletions

View File

@@ -47,11 +47,13 @@ final class Host extends Type implements ProductItem
public function allowance_string(): string
{
// TODO: Implement allowance_string() method.
return '';
}
public function getCostAttribute(): float
{
// TODO: Implement getCostAttribute() method.
return 0;
}
public function getSupplierAttribute()