[11/05/2025] On remplace les modules Colissimo par le combo ColissimoHomeDelivery + ColissimoPickupPoint + ColissimoLabel
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace ColissimoHomeDelivery\Model;
|
||||
|
||||
use ColissimoHomeDelivery\Model\Base\ColissimoHomeDeliveryAreaFreeshippingQuery as BaseColissimoHomeDeliveryAreaFreeshippingQuery;
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'colissimo_home_delivery_area_freeshipping' 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 ColissimoHomeDeliveryAreaFreeshippingQuery extends BaseColissimoHomeDeliveryAreaFreeshippingQuery
|
||||
{
|
||||
|
||||
} // ColissimoHomeDeliveryAreaFreeshippingQuery
|
||||
Reference in New Issue
Block a user