Work on VOIP and Domain products

This commit is contained in:
Deon George
2020-02-19 23:37:45 +11:00
parent 910edfd89f
commit 8311bfc268
9 changed files with 220 additions and 40 deletions

View File

@@ -17,4 +17,11 @@ interface ServiceItem
* @return string
*/
public function getServiceNameAttribute():string;
/**
* Is this service in a contract
*
* @return bool
*/
public function inContract(): bool;
}