Initial reseller domain report, enable editing domain service details
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
use Carbon\Carbon;
|
||||
|
||||
interface ServiceItem
|
||||
{
|
||||
/**
|
||||
@@ -11,6 +13,11 @@ interface ServiceItem
|
||||
*/
|
||||
public function getServiceDescriptionAttribute(): string;
|
||||
|
||||
/**
|
||||
* Date the service expires
|
||||
*/
|
||||
public function getServiceExpireAttribute(): Carbon;
|
||||
|
||||
/**
|
||||
* Return the Service Name.
|
||||
*
|
||||
|
Reference in New Issue
Block a user