Files
aux-bieaux-legumes/local/modules/CustomerFamily/Model/CustomerFamilyI18nQuery.php

22 lines
539 B
PHP

<?php
namespace CustomerFamily\Model;
use CustomerFamily\Model\Base\CustomerFamilyI18nQuery as BaseCustomerFamilyI18nQuery;
/**
* Skeleton subclass for performing query and update operations on the 'customer_family_i18n' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class CustomerFamilyI18nQuery extends BaseCustomerFamilyI18nQuery
{
} // CustomerFamilyI18nQuery