Work on products, first completed broadband
This commit is contained in:
@@ -6,4 +6,18 @@ use App\Models\Base\ProductType;
|
||||
|
||||
class Generic extends ProductType
|
||||
{
|
||||
public function getContractTermAttribute(): int
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
public function getTypeAttribute()
|
||||
{
|
||||
return 'Generic';
|
||||
}
|
||||
|
||||
public function hasUsage(): bool
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user