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

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

View File

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