Initial reseller domain report, enable editing domain service details

This commit is contained in:
Deon George
2021-07-13 12:31:56 +10:00
parent bc26f7b881
commit b515a1edeb
26 changed files with 652 additions and 56 deletions

View File

@@ -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.
*