osb/app/Models/Supplier/HSPA.php

7 lines
71 B
PHP
Raw Normal View History

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