13 lines
238 B
PHP
13 lines
238 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_invoice_user_customer' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stInvoicePlugin.lib.model
|
|
*/
|
|
class InvoiceUserCustomerPeer extends BaseInvoiceUserCustomerPeer
|
|
{
|
|
}
|