Enabled console invoice generation
This commit is contained in:
@@ -9,14 +9,14 @@ interface ServiceItem
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getServiceDescriptionAttribute():string;
|
||||
public function getServiceDescriptionAttribute(): string;
|
||||
|
||||
/**
|
||||
* Return the Service Name.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getServiceNameAttribute():string;
|
||||
public function getServiceNameAttribute(): string;
|
||||
|
||||
/**
|
||||
* Is this service in a contract
|
||||
|
Reference in New Issue
Block a user