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

This commit is contained in:
ua1zbe 2023-03-24 15:39:56 +03:00
parent 4bab3845d8
commit 21f00dbaaf
1 changed files with 0 additions and 9 deletions

View File

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