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