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

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

View File

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