Загрузил(а) файлы в 'htdocs/includes/models'

This commit is contained in:
ua1zbe 2023-03-24 15:41:21 +03:00
parent c1d2c6a848
commit 059d3a27b5
1 changed files with 9 additions and 0 deletions

View File

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