From 6a1a5937d8cd6bbd6bcec75bb58fe0906faaec85 Mon Sep 17 00:00:00 2001 From: homyak Date: Sat, 24 Feb 2024 00:30:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'h?= =?UTF-8?q?tdocs/includes/repositories/stationtelemetryunitrepository.clas?= =?UTF-8?q?s.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stationtelemetryunitrepository.class.php | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 htdocs/includes/repositories/stationtelemetryunitrepository.class.php diff --git a/htdocs/includes/repositories/stationtelemetryunitrepository.class.php b/htdocs/includes/repositories/stationtelemetryunitrepository.class.php deleted file mode 100644 index 0a61658..0000000 --- a/htdocs/includes/repositories/stationtelemetryunitrepository.class.php +++ /dev/null @@ -1,37 +0,0 @@ -getObjectFromSql('select * from station_telemetry_unit where id = ?', [$id]); - } -}