Update Identifiable.php

This commit is contained in:
Patrick
2022-01-18 01:28:25 +01:00
committed by GitHub
parent ace1dc89f2
commit 4b1f78a5e9

View File

@@ -44,7 +44,7 @@ class Identifiable implements InstanceIdentifier
* *
* @return int|string * @return int|string
*/ */
public function getInstanceGlobalDiscount() public function getInstanceGlobalDiscount(): float
{ {
return $this->discountRate; return $this->discountRate;
} }