Files
2025-03-12 17:06:23 +01:00

13 lines
200 B
PHP

<?php
/**
* Subclass for performing query and update operations on the 'st_handelo' table.
*
*
*
* @package plugins.stHandeloPlugin.lib.model
*/
class HandeloPeer extends BaseHandeloPeer
{
}