osb/app/Models/Supplier/Ethernet.php

7 lines
75 B
PHP
Raw Normal View History

<?php
namespace App\Models\Supplier;
class Ethernet extends Broadband
{
}