8 lines
120 B
PHP
8 lines
120 B
PHP
<?php
|
|
|
|
namespace App\Models\Supplier;
|
|
|
|
class Ethernet extends Broadband
|
|
{
|
|
protected const category_name = 'Ethernet';
|
|
} |