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

This commit is contained in:
homyak 2024-02-24 00:27:26 +03:00
parent 1704a81c51
commit f2da1d7007
1 changed files with 0 additions and 10 deletions

View File

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