Initial reseller domain report, enable editing domain service details
This commit is contained in:
@@ -7,6 +7,7 @@ use App\Models\Base\ServiceType;
|
||||
use App\Models\DomainTld;
|
||||
use App\Models\HostServer;
|
||||
use App\Traits\NextKey;
|
||||
use Carbon\Carbon;
|
||||
|
||||
class Host extends ServiceType implements ServiceItem
|
||||
{
|
||||
@@ -34,6 +35,11 @@ class Host extends ServiceType implements ServiceItem
|
||||
return 'Hosting';
|
||||
}
|
||||
|
||||
public function getServiceExpireAttribute(): Carbon
|
||||
{
|
||||
// TODO: Implement getServiceExpireAttribute() method.
|
||||
}
|
||||
|
||||
public function getServiceNameAttribute(): string
|
||||
{
|
||||
return sprintf('%s.%s',strtoupper($this->domain_name),strtoupper($this->tld->name));
|
||||
|
Reference in New Issue
Block a user