Cleanup usage of Leenooks\Carbon, change ServiceType to be consistent with Products/ Suppliers/
This commit is contained in:
@@ -2,15 +2,14 @@
|
||||
|
||||
namespace App\Models\Service;
|
||||
|
||||
use App\Models\Base\ServiceType;
|
||||
use App\Traits\ServiceDomains;
|
||||
use App\Models\DomainRegistrar;
|
||||
use App\Traits\ServiceDomains;
|
||||
|
||||
/**
|
||||
* Class Domain (Service)
|
||||
* Services that are managed Domain Names
|
||||
*/
|
||||
class Domain extends ServiceType
|
||||
class Domain extends Type
|
||||
{
|
||||
use ServiceDomains;
|
||||
|
||||
|
Reference in New Issue
Block a user