[11/05/2025] On remplace les modules Colissimo par le combo ColissimoHomeDelivery + ColissimoPickupPoint + ColissimoLabel

This commit is contained in:
2025-05-11 23:38:10 +02:00
parent a09aa11f16
commit 49b1a63ecc
1528 changed files with 18449 additions and 62 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace ColissimoLabel\Model;
use ColissimoLabel\Model\Base\ColissimoLabel as BaseColissimoLabel;
class ColissimoLabel extends BaseColissimoLabel
{
}