Удалить 'htdocs/includes/models/stationtelemetryparam.class.php'

This commit is contained in:
homyak 2024-02-24 00:28:00 +03:00
parent 0f92f979b4
commit cdf8d7d0a6
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
<?php
class StationTelemetryParam extends Model
{
public function __construct($id)
{
parent::__construct($id);
}
}