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 15:48:24 +10:00
protected const category_name = 'Ethernet';
}