osb/app/Models/Supplier/Ethernet.php

8 lines
120 B
PHP
Raw Normal View History

<?php
namespace App\Models\Supplier;
class Ethernet extends Broadband
{
2023-05-05 05:48:24 +00:00
protected const category_name = 'Ethernet';
}