osb/app/Models/Supplier/Ethernet.php

8 lines
130 B
PHP
Raw Normal View History

<?php
namespace App\Models\Supplier;
class Ethernet extends Broadband
{
protected const category_name = 'Broadband Ethernet';
}